UNPKG

cl-react-graph

Version:
26 lines (25 loc) 1.26 kB
[3.3.0] * Added <RadarChart /> * Added <Web />, <Point /> <Path /> as sub components for use in RadarChart * Changed X & Y Axis use a helper function to create the scale. [3.2.0] * Added <ScatterPlot />. * Added PointComponent prop to Points to enable custom point rendering (available in LineChart and ScatterPlot) [3.1.15] * Add `colorScheme` to Tornado. [3.1.14] * Fixed rendering of new tornado chart. * Fixed duplicate keys * Added radius options for bars * Added bar padding props to tornado chart. [3.1.13] * Add: Points add showTitle prop. * Add: LineChart add clampToZero prop. If true then adds a 0 to the data domain. Useful if you don't want your lowest value to appear on top of the x axis * Add: time handling to XAxis * Change: LineChart passes on axis scale types correctly to x & y axis. * Change: LineChart make grid prop optional * Change: refactored tick generator into is own function to be used across X & Y Axis * Change: use scaleSymlog over scaleLog as this handles 0 values [3.1.12] * Change: Bars: overlaid layout. Ensure that smaller bar widths don't disappear on smaller sizes. * Change: IHistogramBar.overlayMargin takes a fraction value to provide a percentage width of overlaid layouts.