Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

![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