Releases: peterbasar/realgraph
Releases · peterbasar/realgraph
v0.1.3
- Documentation updated with custom style example
- Package version increased from 0.1.2 to 0.1.3
- Custom style usage improvements: Wrong usage of style attributes in cursorLineVerticalText; fontWeight svg attribute added to style parameter for all svg text elements in graph; style parameter added to specify css of all svg elements in a graph
- Package version increased from 0.1.1 to 0.1.2
- Updated readme; added gif to Readme; Corrected types in types.ts
- Package version increased from 0.1.0 to 0.1.1
- axisYSectionCount increased from 2 to 4
- Readme updates
v0.1.0
- Readme typo, all types have been already exported
- Feat: getPoints added to exported ref; Fix: downloadSvg, downloadSvgFull, downloadCsv no longer show warnings on empty parameters, stopped using named parameters
- Fix: csv with default filename was downloaded as .csv.csv
- Memory inscreased to 40
- Default graph x axis height increased; callbacking function now rounds to 3 decimals instead of 0; version increase from 0.0.3 to 0.0.4
- All types exported
- Types moved to src/components directory
- Added emphasis on 'React' in readme
- Demo page link added to readme
- Default width and height changed to 300; default moving rate increased to 90; outer container now has fit-content width and height
- Missing dependency
- Initial implementation of realgraph