Skip to content

rpadrela/wxCharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxCharts

CircleCI Join the chat at https://gitter.im/wxIshiko/wxCharts

A library to create charts in wxWidgets applications.

Here is a small sample of the charts that can be created with the wxCharts library. For a more complete list see the wxCharts website.

Line Chart Column Chart Pie Chart
Line Chart Column Chart Pie Chart

Project Status

This project is in its development phase.

Many of the charts are ready to be used but others still need to be implemented. For the charts that have been implemented it is likely that you will need features that have not been implemented yet. Please let us know if this is the case and we will work on them. You can also of course fork the project and make any customization you require.

Also documentation is currently lacking and mostly limited to the samples available in this repository. Don't hesitate to ask us for help.

Usage

For setup and usage please visit the wxCharts website.

Support

For all questions about this project you can raise an issue on GitHub or join our Gitter chat.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

wxCharts tries to comply with the coding conventions of the main wxWidgets project. Contributions should broadly follow these conventions too.

Continuous Integration

We use CircleCI to run a continuous build of the master branch of the wxCharts project.

Build status: CircleCI

Credits

wxCharts is largely based on the Chart.js project (http://chartjs.org/). It re-used many of the ideas and implementations of that project and adapted them to C++ and the wxWidgets environment.

License

Copyright (c) 2015-2018 Xavier Leclercq and the wxCharts contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A library to create charts in wxWidgets applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Makefile 5.6%
  • C 0.3%