Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live moving histogram chart with zoom in/out #69

Open
CV360 opened this issue May 12, 2019 · 1 comment
Open

Live moving histogram chart with zoom in/out #69

CV360 opened this issue May 12, 2019 · 1 comment

Comments

@CV360
Copy link
Contributor

CV360 commented May 12, 2019

Hi Martin,
A nice feature that i think is missing from mCtrl is a live histogram with capabilities to zoom in and out historic data from a vector container. I noticed you didn't provide source code for the main library that implement these controls. It would be great if you can share it so we can implement the core design in those files.

@CV360 CV360 changed the title Live moving chart with zoom in/out Live moving histogram chart with zoom in/out May 12, 2019
@mity
Copy link
Owner

mity commented May 12, 2019

A nice feature that i think is missing from mCtrl is a live histogram with capabilities to zoom in and out historic data from a vector container.

Any generally useful features and improvements are welcome. If it is possible, the form of GitHub pull requests is preferred, especially for bigger changes.

I noticed you didn't provide source code for the main library that implement these controls. It would be great if you can share it so we can implement the core design in those files.

Complete source code base definitely is available. That's the purpose of this GitHub repository. Chart source can be found at https://github.com/mity/mctrl/blob/master/src/chart.c. Also, there is always the source package available at http://www.mctrl.org/download.php (which corresponds to the latest release version).

If you plan to work on adding any new features, you should base your work on the current repo head. Especially now, as there was quite big code overhaul to get rid of the legacy Windows versions support after the latest release. That work included also rewriting painting code of the chart control to use Direct2D directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants