@d3fc/d3fc-chart
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.5...@d3fc/d3fc-chart@4.0.6) (2020-07-10) | ||
**Note:** Version bump only for package @d3fc/d3fc-chart | ||
## [4.0.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.4...@d3fc/d3fc-chart@4.0.5) (2020-06-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@d3fc/d3fc-chart", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "A simple Cartesian chart component that renders to canvas or SVG.", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "288aae73a21ccaa44caeb4bb4f365a1b2cbce6e9" | ||
"gitHead": "df5fae1816a11a215d71872b939581cd6194916f" | ||
} |
@@ -255,5 +255,5 @@ # d3fc-chart | ||
If *xAxis* is specified, it must be an object with the required x-axis factory function (*left* if *yOrient*="left" or *right* if *yOrient*="right"). | ||
If *xAxis* is specified, it must be an object with the required x-axis factory function (*top* if *xOrient*="top" or *bottom* if *xOrient*="bottom"). | ||
If *yAxis* is specified, it must be an object with the required y-axis factory function (*top* if *xOrient*="top" or *bottom* if *xOrient*="bottom"). | ||
If *yAxis* is specified, it must be an object with the required y-axis factory function (*left* if *yOrient*="left" or *right* if *yOrient*="right"). | ||
@@ -260,0 +260,0 @@ <a name="cartesian_svgPlotArea" href="#cartesian_svgPlotArea">#</a> *cartesian*.**svgPlotArea**(*component*) |
81748