Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T12:52:46.000Z (over 3 years ago)
- Last Synced: 2024-11-19T21:32:58.976Z (3 months ago)
- Topics: bellsoft-liberica, chart, eclipse, emf, javafx, monaco-editor, openjfx, xcore, xtext
- Language: Java
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- 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
* templatesCurrently 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![Application](https://github.com/chqu1012/ChartDesignerFX/blob/main/ChartDesignerFX/resources/01_app.PNG)
## Version
## ChangeLog
## Minimum Requirements
## Third Party APIs
* Eclipse Modelling Framework
* Eclipse Xcore
* Eclipse PDE
* JMetro
* JFXUtils
* MonacoFX
* MathParser