Releases: plotly/react-chart-editor
Releases · plotly/react-chart-editor
v0.17.3
- corrected custom trace selector
- adjustment for custom transforms (fits)
v0.17.2
- added histogram features
- adjusted table trace header defaults
- dev env improvements: percy testing, new transforms feature tests, +
v0.17.1
-transpose function adjustment
v0.17.0
- supports custom src formats with
srcConverters
prop: which contains toSrc
and fromSrc
callbacks
- transposes chart types that have 2 dimensional data, as plotly.js has a row based approach to these: 'contour', 'contourgl', 'heatmap', 'heatmapgl', 'surface', 'carpet', 'contourcarpet'. Exception: 'table' trace is column based.
v0.16.2
Merge pull request #464 from plotly/v0.16.2
v0.16.2
v0.16.1
Merge pull request #460 from plotly/v0.16.1
v0.16.1
v0.15.1
Merge pull request #456 from plotly/v0.15.1
V0.15.1
v0.15.0
- localize moved to context
- small additions to functionality in default editor:
- at the trace level, determine if trace name appears in legend
- values on Hover fixes
- pie charts: edit colors, typeface, font color, font size, text position, slice order, hole
v0.14.0
- container components name changes: Panel | Fold | Section -> PlotlyPanel | PlotlyFold | PlotlySection
- rangeslider / rangeselector UI
- scatterpolar tracetype
- remove MenuPanel and SectionHeader from API
- Transforms start in Dev mode only now