- [fix] better handle undefined rects
- [fix] fix textcontent check in count
- [fix] add null check to
useCount
hook - [feature] add prefix/suffix to Count component
- [fix] fix wrapping in treemap not working as expected
- [fix] fix treemap dupe ids
- [feature] add label positions to treemap
- [feature] add padding options to treemap
- [feature] Nested Tree map #119
- [fix] add hover intent for venn/sankey/pie/heatmap/bubble
- [fix] fix pie chart hover jumping
- [feature] add
useChart
hook for accessing chart props - [fix] export scales
- [fix] fix format type
- [feature] add
format
callback to sankey labels
- [fix] improve types for sankey nodes/links
- [fix] improve sankey tooltip type
- [feature] add shortcut method for Radar Chart #116
- [feature] Meter #117
- [feature] Radar Chart #116
- [fix] CalendarHeatMap crashing with empty data #115
- [chore] upgrade reablocks
- [chore] upgrade reablocks / rdk
- [fix] fix sankey labels not highlighting correctly
- [fix] improve sankey highlighting
- [chore] export sankey types better
- [improvement] sankey opacity on initial render fix
- [chore] upgrade reablocks
- [improvement] add ability to use link colors on links
- [improvement] added ability to set node label position
- [chore] convert sankey to fc
- [fix] fix sankey tooltip not accepting null
- [fix] upgrade rdk/reablocks
- [fix] Bar List All zeros #114
- [improvement] add bar list sorting
- [improvement] add bar list label formatting
- [improvement] add bar list label positioning
- [fix] Tooltip missing colors in Line/Area Series #113
- [chore] upgrade reablocks
- [BREAKING] removed hive plot
- [BREAKING] rename CSS variables to align with other standards ( deprecated but will be removed in next major release )
- [chore] migrate from realayers to reablocks
- [chore] upgraded framer-motion to v8
To migrate to 14.x, you will need to rename your CSS variables. Here is what they look like today:
--color-background: rgb(51, 51, 51);
--color-on-background:#fff;
--color-tooltip:rgba(0,5,11,0.9);
--color-on-tooltip: #fff;
--color-handle-fill: #2c343a;
--color-handle-stroke: #67c2e4;
--color-handle-drag-fill: transparent;
--color-handle-dots: #67c2e4;
--color-handle-line: #67c2e4;
Here is what they need to be renamed to:
--tooltip-background: rgba(0,5,11,0.9);
--tooltip-color: #fff;
--tooltip-border-radius: 5px;
--tooltip-spacing: 5px;
--chart-background: rgb(51, 51, 51);
--chart-color: #fff;
--chart-handle-fill: #2c343a;
--chart-handle-stroke: #67c2e4;
--chart-handle-drag-fill: transparent;
--chart-handle-dots: #67c2e4;
--chart-handle-line: #67c2e4;
- [fix] ignore onMoveStart and onMove if brush is disabled #100
- [fix] fix disabled brush crashing when clicking on bar #99
- [chore] upgrade framer-motion
- [chore] upgrade rdk
- [chore] upgrade realayers
- [feature] bar list label improvements and formatting
- [feature] bar list component
- [improvement] add ability to pass natural-earth projection to map #90
- [fix] Disabled based on aggregated data #93
- [fix] fix storybook mdxjs failing
- [fix] revert esm fix #89
- [chore] upgrade storybook
- [fix] Fix esm output #89
- [fix] improve wrapText() and added a treemap example with long label texts #91
- [fix] Fix esm import #87
- [chore] upgrade rdk/realayers
- [fix] Fix CalendarHeatmap series prop not passed into Heatmap #85
- [fix] Fix the x and y offset for chartContainer #84
- [fix] Fix bar chart brush on categorical scales #83
- [fix] fix
BarLabel
props not partial - [fix] remove knobs from heatmap stories due to errors
- [fix] fix rx/ry not being passed to heatmap cells
- [style] update padding from 0.1 to 0.3 on heatmaps
- [chore] upgrade realayers
- [fix] fix transform-matrix nested type build error #79
- [improvement] add ability to pass fill to radial gauge arc
- [improvement] make radial gauge arc outer component for easier use
- [chore] cleanup radial gauge folder structure
- [fix] passdown container classname
- [chore] migrate radial bar chart to fc
- [feature] add ability to pass className to chart container
- [chore] improve style and classname types for chart container
- [feature] add classname to count
- [feature] add new count component and remove countup
- [chore] bump rdk / realayers
- [fix] fix rounding bug in svg bars - motiondivision/motion#1513
- [fix] Area graph with single value fills available area #69
- [fix] fix multi dimensional bar charts throwing dupe key
- [chore] improve linear gauge memo usage
- [chore] update framer-motion
- [chore] fix issue with circle offset going in circles 😂
- [fix] fix metadata not transposed to stack data
- [fix] linear gauge outer bar not nullable
- [chore] migrate gridlines to fc
- [feature] add classname to grid stripe and grid line
- [fix] move dash array to prop vs css
- [fix] lock calculate-size due to errors
- [fix] improve legend padding and migrate to fc
- [fix] improve radial gauge padding issues
- [chore] fix framer-motion imports
- [chore] bump rdk/realayers
- [chore] upgrade react
- [chore] upgrade framer-motion
- [fix] use strokeWidth prop for line element #68
- [chore] migrate LinearAxisLine to FC
- [chore] migrate line components to fc
- [chore] migreate area components to fc
- [chore] migrate bar chart components to fc
- [BREAKING] CSS Variable updates for Tooltip.
--color-on-tooltip
is used instead of--color-on-background
. - [BREAKING] CSS variable updates for Brush. Updated CSS variables for brush.
--color-handle-fill: #2c343a;
--color-handle-stroke: #67c2e4;
--color-handle-drag-fill: transparent;
--color-handle-dots: #67c2e4;
--color-handle-line: #67c2e4;
- [chore] migrate
BarChart
to fc - [chore] add hook eslint rules
- [chore] update deps
- [fix] revert countup es modules
- [chore] migrate Radial Scatter Plot to fc
- [chore] migrate Scatter Plot to fc
- [chore] migrate Pie Chart to fc
- [chore] migrate Linear Gauge to fc
- [chore] migrate Radial Gauge to fc
- [chore] migrate Venn Diagram default props
- [chore] migrate Heatmap default props
- [chore] migrate TreeMap default props
- [chore] migrate Sparkline to default props
- [chore] migrate ChartTooltip to default props
- [chore] migrate Mask to fc
- [chore] migrate Stripes to fc
- [improvement] add color inversion to Venn and Bubble charts
- [fix] handle non-hex colors better in inversion
- [fix] darken colors just a bit to try and normalize to same color
- [fix] apply default transition to bubble chart
- [fix] apply default transition to treemap chart
- [fix] fix bubble label and arc not getting animated props
- [fix] apply default transition to venn diagram
- [docs] add components to storybook CSF docs
- [feature] treemap chart
- [improvement] enhance wrap text fn to account for height + paddings
- [chore] update rdk and realayers
- [chore] update rdk and realayers
- [chore] update realayers for better tooltips
- [chore] csf storybook conversion
- [BREAKING] 10.4.1 introduced d3-* modules with have ESM. You now need to have ESM module compilation. See reaviz#48
- [fix] fix venn diagram number label errors
- [fix] fix area series empty array errors
- [chore] revert esnext build target
- [chore] npm outage retry
- [fix] bar charts throw
95640Error: <rect> attribute height: Expected length, "NaNpx".
- [chore] upgrade deps
- [chore] refactor heatmap series to FC
- [feature] add ability to customize bubble chart labels
- [fix] improve alignment of bubbles
- [chore] update rdk/realayers
- [feature] add gradient/mask to bubble chart
- [chore] upgrade realayer/rdk/deps
- [fix] fix missing export
- [feature] bubble chart
- [chore] upgrade realayer/rdk/deps
- [breaking] remove rounded corners from bar chart
- [fix] fix bar chart render issues
- [chore] migrate hivepolot to fc
- [chore] fix heatmap type issue
- [chore] update depedencies
- [chore] Fix peer depedency issue with framer-motion
- [chore] Upgrade deps
- [chore] Cleanup deps
- [Chore] Upgrade realayers and rdk
- [Chore] Upgrade realayers and rdk
- [Chore] Nuke scss
- [Fix] Chart renders incorrectly when using StackedAreaChart with brush and zoom #21
- [Feature] Custom arcs in pie charts #22
- [Fix] Fix type issues
- [Fix] Fix type issues
- [Fix] Fix missing exports #19
- [Feature] Pie Chart Icons #10
- [Feature] Stacked Radial Gauge #18
- [Fix] Upgrade RDK for tooltip pointer events fix
- [Chore] Upgrade rdk and use clone element from rdk
- [Fix] Fix selections in venn not working correctly
- [Fix] Invalid keys being passed to arcs
- [Fix] Improve label icon positions in arc
- [Feature] Improve venn labels on star euler
- [Fix] Fix venn not matching w/ labels w/ spaces
- [Chore] Upgrade realayers
- [Feature] Add ability to pass elements as labels for outer labels of venn arc
- [Fix] Improve venn arc animations
- [Fix] Fix duplicate keys for selections in venn arcs
- [Fix] Improve venn arc layering
- [Feature] Add ability to pass managed selection states
- [Fix] Fix pie chart label lines #14
- [Fix] Improve arc/text positioning on active in venn diagram
- [Fix] Improve polyline coords calculation for PieArcLabel #12
- [Chore] Tweak default GridStripe default color to match better
- [Chore] FC Migrations ( Gridline, GridStripe )
- [Feature] Add custom colors for venn strokes
- [Feature] Custom label formatting for venn labels
- [Chore] Github Actions > CircleCI
- [Fix] Fix missing export of new label type
- [Feature] Add outer labels to star euler
- [Chore] Upgrade depedencies
- [Feature] Improve active/inactive/initial state options for venns
- [Chore] More FC migrations
- [Feature] Improve storybook stories for venn/euler
- [Feature] Hover on slice selects all similar slices
- [Fix] Fix star euler not laying out data correctly
- [Fix] Gradients not showing correct colors in venn arc
- [Chore] Move gradient to fc
- [Fix] Improve label position in venns
- [Feature] Add gradient to venns
- [Fix] Improve active opacity on venns
= [Fix] Fix star euler with complex data
= [Enhancement] Star euler non-matches now show value
- [Fix] Fix star euler not applying data correctly to layout
- [Fix] Fix stroke not passing through on arc of venn diagram
- [Feature] Star Euler Diagram
- [Feature] Add Venn Diagram Label Value Type
- [Fix] Fix sankey diagram links
- [Fix] Improve error handling of venn diagram
- [Chore] Refactor pie arc code
- [Chore] Upgrade depedencies
- [Feature] Euler Diagrams
- [Feature] Add show all labels for Venns
- [Fix] Make text labels always on top in Venns
- [Fix] Improve animation speed
- [Fix] Fix tooltip not moving with window scroll
- [Chore] Upgrade depedencies
- [Feature] Enable text wrapping on venn diagram
- [Bug] Fix text overlap on venn diagram
- [BREAKING] Rename CSS variables to be more specific
- [Feature] Venn Diagram
- [Bug] Fix flashing 0 on load
- [Bug] Fix broken bar chart brust story
- [Chore] Upgrade depedencies
- [Chore] Move Tooltip to shared library called realayers
- [Fix] Remove sizeme since its using deprecated APIs
- [Chore] Updated RDK
- [Bug] Fix docs not having styling
- [Chore] Upgrade framer-motion
- [Perf] Improve isEqual by moving to react-fast-compare
- [Chore] Upgrade transformation-matrix
- [Bug] Fix bar chart sort not animating
- [Bug] Fix type issues post upgrade of deps
- [Bug] Fix guide bar bug related to motion upgrade
- [Bug] Fix heatmap bug related to motion upgrade
- [Bug] Fix sankey bug related to motion upgrade
- [Chore] Upgrade to latest deps
- [Fix] Fix empty area charts blowing up
- [Feature] Add ability to use categorical scales with radial area/line chart
- [Fix] Fix non-zero errors in linear bar charts
- [Fix] Fix exceptions in pie chart
- [Fix] Fix exceptions in radial bar chart
- [Fix] Fix pie non-animated not working
- [Chore] Lots of FC Migration
- [Chore] Lots of dep upgrades
- [Chore] Upgrade RDK to latest
- [Fix] Add pointer events none to sankey tooltip
- [Chore] Upgrade RDK to latest
- [Chore] Upgrade RDK to latest
- [Chore] Upgrade RDK to latest
- [Chore] Upgrade RDK to latest
- [Chore] Upgrade RDK to latest
- [Chore] Upgrade RDK to latest
- [Fix] Fix bar charts motiondivision/motion#384
- [Chore] Upgrade deps
- [Breaking] Remove auto-binning from bar charts #118
- [Fix] Hover returns color object #76
- [Fix] Lock
is-equal
dep due to errors
- [Feature] Add
displayAllLabels
toPieChart
component - [Fix] Improve performance of
Tooltip
- [Chore] Move more components to
FC
- [Chore] Bump depepdencies
- [Feature] Add ability to have tooltip only show up on bar hover
- [Fix] Fix linear guage tooltip not working correctly
- [Feature] Guide Bar for Radial Bar Charts
- [Feature] Guide Bar for Linear Bar Charts
- [Feature] Add ability to pass
minHeight
toBar
component - [Feature] Add
SonarChart
component and improve demo - [Fix] Fix bug with not passing
metadata
in stacked charts - [Fix] Increase
TooltipArea
padding by5px
- [Chore] Bump depepdencies
- [Chore] Move
Tooltip
toFC
- [Fix] Fix marmekko tooltip issue
- [Fix] Temp remove tooltip from linear gauge
- [Fix] Type issues and loops for clone element
- [Fix] Type issues with sparklines
- [Fix] Fix type issue with Babel TypeScript
- [BREAKING] Move
BarChart
to useTooltipArea
vsTooltip
on each bar. - [BREAKING] Created new
HistogramBarChart
to wrap common features of histograms - [Feature] Add support for horizontal charts in
TooltipArea
- [Feature] Added
onMouseMove
toBar
component
- [BREAKING] Move
RadialBarChart
to useTooltipArea
vsTooltip
on each bar. - [Fix] Default
RadialBarChart
to one color - [Perf] Improve performance of
TooltipArea
data parsing using memoization - [Chore] Remove unused state value from
RadialAreaSeries
- [Docs] Add docs to
Tooltip
,TooltipArea
,TooltipTemplate
,RadialPointSeries
- [Fix] Fix area ponts not matching area color
- [Chore] Upgrade depedencies
- [Fix] Remove moment depedency for smaller size
- [Fix] Fix first/last padding on legend entries
- [Fix] Add ability to pass title attribute to legend entries
- [Fix] Update node-sass for Node 13
- [Fix] Update RDK which locks framer-motion
- [Fix] Lock
framer-motion
due to bugs with latest
- [Fix] Fix some import issues with new charts
- [Feature] Single-series linear gauge chart
- [Feature] Multi-series linear gauge chart
- [Feature] Add
strokeDasharray
toGridlines
- [Fix] Allow placement passing for
Bar
components onTooltip
- [Fix] Update some of the radial gauge components to
PureComponent
- [Style] Tweak font size of legend entry
- [Fix] Fix some circular dep issues with new
BarLabel
component - [Chore] Improve types for docs
- [Feature] Add bar labels
- [Fix] Tooltips for horizontal bar charts wrong
- [Fix] No delay for line charts line draw animations
- [WARNING] Renamed internal property
type
onRangeLines
toposition
- [Fix] Make Diverging Bar Chart animations come from center
- [Chore] Start Adding Docs with Sandboxes
- [Chore] Update deps
- [Feature] Add ability to pass secondary x/y axis to bar/area/scatter/line/heat
- [Feature] Add ability to pass in data to map and decouple it from build
- [Chore] Start adding new docs
- [Fix] Fix Map causing app crash Issue #94
- [Fix] Fix Reaviz giving missing declaration file error after version update Issue #95
- [Chore] Update depedencies
- [Chore] Minor TypeScript strict fixes
- [Chore] Add storybook title addon
- [Chore] More storybook improvements
- [BREAKING] Remove need to import CSS manually
- [BREAKING] Normalize
getColor
internal method and various code cleanups around that - [Feature] Add color brewer schemes
- [Feature] Animate fill/size of scatter plot points
- [Fix] Fix BarSeries to generate the key in the same way as the id so that no duplicated keys are generated
- [Fix] Fixed Bar to use the color of rangeLines when it's provided
- [Fix] Fix overflow issue with storybook stories
- [Fix] Fix radial scatter plot story colors not working
- [Chore] Enhance storybook stories to allow color scheme selection
- [Chore] Bump RDK
- [Feature] Add ability to pass
rx
/ry
to bars - [Feature] Add ability to pass
minGaugeWidth
to Radial Gauge charts - [Fix] Fix fill not transitioning
- [Chore] Improve bar/area/pie/line/heatmap/sankey demos
- [Feature] Updated
BarSeries
to be able to accept more than oneBar
component forBar
customization - [Fix] Fix gridlines not showing first lines when line is in middle
- [Fix] Fix diverging bar chart range lines not positioned correctly on negative axis
- [Fix] Fix diverging bar chart positive bar issue #91
- [Chore] Add storybook docs plugin
- [Chore] Add more storybook demos
- [Chore] Remove centered plugin in favor of custom solution that works with storybook docs
- [Chore] Update depedencies
- [Chore] Remove
react-transition-group
in favor offramer-motion
- [Chore] Update
rdk
- [Fix] Improve performance on scatter points
- [Fix] Fix memory leaks in spring handlers
- [Fix] Fix line chart behind one change
- [Chore] Minor TypeScript strict fixes
- [BREAKING] Migrate from
react-pose
toframer-motion
- [BREAKING] Remove
decay
due to buggy behaviors - [Fix] Fix update causing pie slices to resort
- [Fix] Fix for panning not working when not initial enabled
- [Fix] Fix diverging bar chart 0 bug
- [Chore] Bump RDK
- [Chore] Bump RDK
- [Chore] Shed lodash depedency
- [Chore] Add CJS and UMD build targets
- [Fix] Fix overlapping gridlines with axis lines
- [Fix] Fix document reference for NextJS
- [Fix] Fix navigator reference for NextJS
- [Fix] Improve some types
- [Fix] Various code style and lint fixes
- [Fix] Fix
transparent
throwing hover error - [Fix] Fix calendar heatmap not working when start date is not start of year
- [Fix] Don't show tooltip for transparent heatmap cells
- [BREAKING] Update
meta
property onChartData
type tometadata
- [BREAKING] Update
TooltipArea
namespace to justTooltip
- [BREAKING] Remove internal
getGroupDomain
andgetDeepGroupDomain
in favor ofuniqueBy
- [BREAKING] Rename internal exports
gradients
andmasks
to justGradient
andMask
- [Feature] Year Calendar Heatmaps
- [Feature] Month Calendar Heatmaps
- [Feature] Add ability to pass empty heatmap colors
- [Feature] Add ability to pass empty heatmap color
- [Feature] Expose
cell
inseries
of heatmap - [Feature] Add ability to pass style/class callbacks to heatmap
cell
- [Feature] Add sequential legend
- [Feature] Add hover effect to heatmaps
- [Fix] Update domain ranges to
range
fromrangeRound
in heatmap - [Fix] Tweak tooltip offsets for heatmaps
- [Fix] Fix
meta
for deep values not being passed correctly - [Fix] Update
LinearAxisProps
'sdomain
to accept n number of domains - [Chore] Bump depedencies
- [Chore] Rename all the files that are
tsx
but don't need to be tots
- [Fix] Fix wrong element selector for
globalPanning
determination
- [Feature] Add
globalPanning
toPan
andZoomPan
to disable panning on all elements
- [Feature] Heatmaps
- [Feature] Propogate
nativeEvent
in ZoomPan
- [Feature] Diverging Stacked Bar Chart #82
- [Fix] Horz stacked bar chart color getter
- [Fix] Horz stacked bar chart demo tooltips
- [Fix] Fix stacked bar chart custom bar widths
- [Fix] Fix bug with waterfall chart and colors
- [Fix] Added RDK CSS to demos
- [Chore] Add prettier/lint-staged and pretty the files
- [Fix] Revert transformation-matrix to
2.0.3
from2.1.0
due to position issue
- [Feature] Add ability to explode pie charts
- [Fix] Fix area/line not pulling colors correctly
- [Fix] Radial axis not generating correctly
- [Fix] RDK css reference not working correctly
- [Fix] Fix TypeScript null reference exceptions
- [Fix] Fix sankey and radial charts color regression #77
- [Fix] Fix regression with area chart in 2.6.1 color fn
- [Fix] Make multi-series color works correctly = [Fix] Fix horz aligned legend spacing
- [Chore] Remove unneeded depedencies
- [Improvement] Add ability to have style/className callbacks
- [Improvement] Improve date axis scaling
- [Fix] Remove un-needed post-processing tick code
- [Fix] Make sankey node text ignore mouse events
- [Fix] Improve font size calculations and ellipsis
- [Chore] Update depedencies
- [Chore] Setup auto deploys on circle
- [Fix] Fix lots of options in line/area overflowing screen
- [Fix] Include rdk overlay css by default
- [Chore] Misc code cleanup and pure component transitions
- [Fix] Fix bar chart having dupe ids
- [Fix] Fix bar chart brush always enabled
- [Fix] Fix pie chart line overlap with slice
- [Fix] Improve spacing on pie chart labels
- [Fix] Fix pie chart label overlap
- [Fix] Fix tooltip lag appear delay
- [Fix] Timeout null ref issues on move/brush/pan/zoom
- [Fix] Remove deprecated type
- [Fix] Add missing type to
ChartZoomPan
class
- [Fix] Fix invalid logic on wheel
- [Feature] Add ability to pass styles to SVG container
- [Feature] Add ability to require modifier before using mouse wheel for zoom
- [Fix] Fix touch memory leak
- [Fix] Fix passive event errors on wheel
- [Fix] Fix tooltip flicker
- [Feature] Expose pan/zoom events from
ZoomPan
- [Chore] Bump depedencies due to security
- [Fix] Fix
getParentSVG
blowing up when mouse goes outside of SVG element
- [Fix] Fix
zoomStep
not being passed down inZoomPan
- [Fix] Fix decay not working w/ y values
- [Fix] Fix area chart points showing tooltip on hover
- [Fix] Fix containing not working when set false
- [Fix] Completely refactor zoom/panning
- [Fix] Fix tooltip hiding when clicking
- [Fix] Update RDK for tooltip fixes
- [Feature] Add ability to pan and zoom on x/y
- [Feature] Add ability to pass min zoom
- [Feature] Expose event type from pan/zoom
- [Feature] Add ability to pan outside of a pan area
- [Fix] Fix gauge label alignment
- [Feature] Add a new duration axis type which calculates better ticks #49
- [Fix] Export radial charts from root #51
- [Fix] Fix sankey
onClick
wrong element #53 - [Fix] Fix radial bars not updating sometimes
- [Fix] Ensure pass down options to arc label
- [Fix] Add click events to radial gauge label
- [Fix] Remove tooltip from radial area point
- [Feature] Radial Gauge Chart
- [Feature] Horizontal Bar Charts
- [Feature] Add waterfall bar charts
- [Feature] Adds ability to specify tick values and intervals in radial axis
- [Feature] Add ability to pass masks to bar charts
- [Feature] Add ability to change legend label orientation
- [Feature] Add non-zero offset data for bar charts
- [Feature] Add non-zero offset data for area charts
- [BREAKING] Add
grouped
type to Bar/Area chart types for multi-series data points - Migration - [BREAKING] Refactor Gradient API - Migration
- [BREAKING] Refactor Pattern API to Masks - Migration
- [Fix] Fix a bug with gradient LinearAxisLines not working in Firefox #40
- [Fix] Implements custom tweening for radial bar chart because of errors
- [Fix] Abstracts tick methods and uses in radial axis
- [Fix] Updates radial bar to use start domain vs 0
- [Fix] Updates radial line/area to use start domain vs 0
- [Fix] Updates radial scatter to use start domain vs 0
- [Fix] Updates linear to use start domain vs 0
- [Fix] Remove legend font/svg formatting
- [Fix] Fix Tooltip not passing
className
downwards - [Fix] Remove unused
formatter
prop fromTooltipArea
- [Fix] Fix scatter point not passing
className
downward - [Fix] Fix modifiers getting overidden in bar props
- [Feature] Refactored Circle Series on Line/Area to use Scatter
- [Fix] Fixed stacked area circles not having correct colors
- [Chore] Improved Docs
- [Chore] Bumped RDK version
- [Feature] Radial Bar Chart
- [Feature] Radial Line Chart
- [Feature] Radial Area Chart
- [Feature] Radial Scatter Chart
- [Feature] Tooltip Area supports Radial Configuration
- [Feature] Radial Gradient
- [Feature] Radial Circle Series
- [Improvement] Various Radial Axis Improvements
- [Fix] Fixed SankeyNode/Link to use opacity instead of color when disabled
- [Chore] TypeScript config tweaks
- [Chore] Adds story source support
- [Fix] Sankey Chart Fix Negative node height: When the chart is resized to smaller than the original chart size, the node height gets negative, which is then passed to and causes an error.
- [Fix] Sankey Chart Increased node width: When the node is hovered multiple times, the react-pose's rect translates the x position wrongly and causes the node wider.
- [Fix] Sankey Chart Fix Sankey chart's non-visible links #3
- [Chore] Add jsnext and module entry points #5
- Bump docs
- Initial Release!!