https://github.com/chqu1012/chartdesignerfx
A small chart editor for plotting functions and x y data list in several chart types.
https://github.com/chqu1012/chartdesignerfx
bellsoft-liberica chart eclipse emf javafx monaco-editor openjfx xcore xtext
Last synced: 4 months ago
JSON representation
A small chart editor for plotting functions and x y data list in several chart types.
- Host: GitHub
- URL: https://github.com/chqu1012/chartdesignerfx
- Owner: chqu1012
- Created: 2021-09-09T06:03:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T12:52:46.000Z (over 4 years ago)
- Last Synced: 2025-03-14T06:12:52.642Z (about 1 year ago)
- Topics: bellsoft-liberica, chart, eclipse, emf, javafx, monaco-editor, openjfx, xcore, xtext
- Language: Java
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChartDesignerFX
A small chart editor for plotting functions and x y data list in several chart types.
Charts can be rendered live on editing.
Editor features:
* Zoom in / out / reset
* Fold / unfold sections
* Upper / lower / title case letters
* Dark / light theme switch
* Show / hide map
* Show / hide line numbers
* Block comment
* syntax highlighting
* workspace
* Autocompletion
* templates
Currently supported charts:
- [x] LineChart (JavaFX built in)
- [x] ScatterChart (JavaFX built in)
- [x] AreaChart (JavaFX built in)
Future plan:
- [ ] PieChart
- [ ] BubbleChart
- [ ] BarChart
- [ ] 3D Charts by Orsay
- [ ] Other Charts By HanSolo
- [ ] Load Data from csv, excel and xml / xmi
- [ ] Chart and data as report export
- [ ] Adding shapes to chart
- [ ] Markers

## Version
## ChangeLog
## Minimum Requirements
## Third Party APIs
* Eclipse Modelling Framework
* Eclipse Xcore
* Eclipse PDE
* JMetro
* JFXUtils
* MonacoFX
* MathParser