Skip to content

Releases: plotly/react-chart-editor

v0.17.3

29 Jun 17:36
743c979
Compare
Choose a tag to compare
  • corrected custom trace selector
  • adjustment for custom transforms (fits)

v0.17.2

27 Jun 22:03
3830e88
Compare
Choose a tag to compare
  • added histogram features
  • adjusted table trace header defaults
  • dev env improvements: percy testing, new transforms feature tests, +

v0.17.1

31 May 17:41
48f558a
Compare
Choose a tag to compare

-transpose function adjustment

v0.17.0

28 May 17:03
9c2dafb
Compare
Choose a tag to compare
  • 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.3

25 May 20:36
Compare
Choose a tag to compare
version bump

v0.16.2

07 May 18:46
5f45165
Compare
Choose a tag to compare
Merge pull request #464 from plotly/v0.16.2

v0.16.2

v0.16.1

03 May 16:04
fc458c4
Compare
Choose a tag to compare
Merge pull request #460 from plotly/v0.16.1

v0.16.1

v0.15.1

27 Apr 20:02
c209c2c
Compare
Choose a tag to compare
Merge pull request #456 from plotly/v0.15.1

V0.15.1

v0.15.0

03 Apr 13:42
04bbae2
Compare
Choose a tag to compare
  • 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

28 Mar 21:06
95673d4
Compare
Choose a tag to compare
  • 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