UNPKG

@d3fc/d3fc-series

Version:

A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more

696 lines (214 loc) 16.2 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [6.1.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.4...@d3fc/d3fc-series@6.1.0) (2022-05-30) ### Features * simplify webgl line series to use SDF ([#1718](https://github.com/d3fc/d3fc/issues/1718)) ([f6212a3](https://github.com/d3fc/d3fc/commit/f6212a3)) ## [6.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.3...@d3fc/d3fc-series@6.0.4) (2020-09-23) ### Bug Fixes * d3v6 selection.selection changes ([c0175ae](https://github.com/d3fc/d3fc/commit/c0175ae)) ## [6.0.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.2...@d3fc/d3fc-series@6.0.3) (2020-09-16) **Note:** Version bump only for package @d3fc/d3fc-series ## [6.0.2](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.1...@d3fc/d3fc-series@6.0.2) (2020-09-08) ### Bug Fixes * gl repeat series was mapped to the canvas implementation ([#1620](https://github.com/d3fc/d3fc/issues/1620)) ([c169dae](https://github.com/d3fc/d3fc/commit/c169dae)) ## [6.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.0...@d3fc/d3fc-series@6.0.1) (2020-09-01) **Note:** Version bump only for package @d3fc/d3fc-series # [6.0.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.1.3...@d3fc/d3fc-series@6.0.0) (2020-08-14) ### Features * add pixelRatio property to webgl series ([08c2de1](https://github.com/d3fc/d3fc/commit/08c2de1)) ### BREAKING CHANGES * webgl series must now expose a pixelRatio property ## [5.1.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.1.2...@d3fc/d3fc-series@5.1.3) (2020-07-14) **Note:** Version bump only for package @d3fc/d3fc-series ## [5.1.2](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.1.1...@d3fc/d3fc-series@5.1.2) (2020-06-22) **Note:** Version bump only for package @d3fc/d3fc-series ## [5.1.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.1.0...@d3fc/d3fc-series@5.1.1) (2020-06-12) **Note:** Version bump only for package @d3fc/d3fc-series # [5.1.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.0.1...@d3fc/d3fc-series@5.1.0) (2020-05-01) ### Features * optimise seriesWebglRepeat performance ([155b13c](https://github.com/d3fc/d3fc/commit/155b13c)) ## [5.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.0.0...@d3fc/d3fc-series@5.0.1) (2020-04-30) **Note:** Version bump only for package @d3fc/d3fc-series # 5.0.0 (2020-04-16) ### chore * consolidate dependencies ([79b7d1f](https://github.com/d3fc/d3fc/commit/79b7d1f)) ### BREAKING CHANGES * d3fc no longer has a direct dependency on d3. Add the dependency directly to your package instead. ## [4.7.2](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.7.1...@d3fc/d3fc-series@4.7.2) (2020-04-02) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.7.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.7.0...@d3fc/d3fc-series@4.7.1) (2020-03-26) **Note:** Version bump only for package @d3fc/d3fc-series # [4.7.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.6.0...@d3fc/d3fc-series@4.7.0) (2020-03-25) ### Features * add webgl star symbol ([c5124dd](https://github.com/d3fc/d3fc/commit/c5124dd)) * add webgl wye symbol ([267ba37](https://github.com/d3fc/d3fc/commit/267ba37)) # [4.6.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.5.1...@d3fc/d3fc-series@4.6.0) (2020-03-25) ### Features * add scaleMapper property ([81fd44e](https://github.com/d3fc/d3fc/commit/81fd44e)) ## [4.5.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.5.0...@d3fc/d3fc-series@4.5.1) (2020-03-24) **Note:** Version bump only for package @d3fc/d3fc-series # [4.5.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.17...@d3fc/d3fc-series@4.5.0) (2020-03-19) ### Bug Fixes * update imports to fix standalone package use ([cbb810e](https://github.com/d3fc/d3fc/commit/cbb810e)) * webgl bar colour ([98679ff](https://github.com/d3fc/d3fc/commit/98679ff)) ### Features * add fill to webgl boxplot ([7ea7859](https://github.com/d3fc/d3fc/commit/7ea7859)) * add webgl diamond symbol ([#1481](https://github.com/d3fc/d3fc/issues/1481)) ([7605bb2](https://github.com/d3fc/d3fc/commit/7605bb2)) ## [4.4.17](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.16...@d3fc/d3fc-series@4.4.17) (2020-02-18) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.16](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.15...@d3fc/d3fc-series@4.4.16) (2020-02-18) ### Bug Fixes * always use instanced rendering to fix fill/stroke ([4f2f5cd](https://github.com/d3fc/d3fc/commit/4f2f5cd)) * throw if invalid orient ([e8afc16](https://github.com/d3fc/d3fc/commit/e8afc16)) ## [4.4.15](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.14...@d3fc/d3fc-series@4.4.15) (2020-02-10) ### Bug Fixes * webgl series render with non-identity scale ([ca46e1a](https://github.com/d3fc/d3fc/commit/ca46e1a)) ## [4.4.14](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.13...@d3fc/d3fc-series@4.4.14) (2020-02-06) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.13](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.12...@d3fc/d3fc-series@4.4.13) (2020-02-06) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.12](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.11...@d3fc/d3fc-series@4.4.12) (2020-02-05) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.11](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.10...@d3fc/d3fc-series@4.4.11) (2020-02-05) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.10](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.9...@d3fc/d3fc-series@4.4.10) (2020-02-04) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.9](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.8...@d3fc/d3fc-series@4.4.9) (2020-01-31) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.8](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.7...@d3fc/d3fc-series@4.4.8) (2020-01-31) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.6...@d3fc/d3fc-series@4.4.7) (2020-01-31) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.5...@d3fc/d3fc-series@4.4.6) (2020-01-31) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.4...@d3fc/d3fc-series@4.4.5) (2020-01-31) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.3...@d3fc/d3fc-series@4.4.4) (2020-01-28) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.2...@d3fc/d3fc-series@4.4.3) (2020-01-27) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.2](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.1...@d3fc/d3fc-series@4.4.2) (2020-01-27) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.4.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.4.0...@d3fc/d3fc-series@4.4.1) (2020-01-27) **Note:** Version bump only for package @d3fc/d3fc-series # [4.4.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.8...@d3fc/d3fc-series@4.4.0) (2020-01-24) ### Features * add equals function to d3fc-series webgl implementations ([0fd7686](https://github.com/d3fc/d3fc/commit/0fd7686)) ## [4.3.8](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.7...@d3fc/d3fc-series@4.3.8) (2020-01-24) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.6...@d3fc/d3fc-series@4.3.7) (2020-01-22) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.5...@d3fc/d3fc-series@4.3.6) (2020-01-21) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.4...@d3fc/d3fc-series@4.3.5) (2020-01-21) ### Bug Fixes * ensure decorate function is invoked before path rendering ([#1394](https://github.com/d3fc/d3fc/issues/1394)) ([6bafc84](https://github.com/d3fc/d3fc/commit/6bafc84)) ## [4.3.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.3...@d3fc/d3fc-series@4.3.4) (2020-01-21) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.2...@d3fc/d3fc-series@4.3.3) (2020-01-20) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.2](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.1...@d3fc/d3fc-series@4.3.2) (2020-01-20) **Note:** Version bump only for package @d3fc/d3fc-series ## [4.3.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.3.0...@d3fc/d3fc-series@4.3.1) (2020-01-17) **Note:** Version bump only for package @d3fc/d3fc-series # [4.3.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.2.0...@d3fc/d3fc-series@4.3.0) (2020-01-16) ### Features * add projectedAttributeBuilder ([583ded7](https://github.com/d3fc/d3fc/commit/583ded7)) # [4.2.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.1.1...@d3fc/d3fc-series@4.2.0) (2020-01-03) ### Bug Fixes * fix cap function on boxPlot ([5d3f220](https://github.com/d3fc/d3fc/commit/5d3f220)) ### Features * webgl series implementations ([233ed25](https://github.com/d3fc/d3fc/commit/233ed25)) ## [4.1.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.1.0...@d3fc/d3fc-series@4.1.1) (2019-11-28) **Note:** Version bump only for package @d3fc/d3fc-series # [4.1.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.29...@d3fc/d3fc-series@4.1.0) (2019-11-19) ### Features * add xValues/yValues to all series ([#1335](https://github.com/d3fc/d3fc/issues/1335)) ([413b611](https://github.com/d3fc/d3fc/commit/413b611)) ## [4.0.29](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.28...@d3fc/d3fc-series@4.0.29) (2019-09-04) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.28"></a> ## [4.0.28](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.27...@d3fc/d3fc-series@4.0.28) (2019-08-23) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.27"></a> ## [4.0.27](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.26...@d3fc/d3fc-series@4.0.27) (2019-08-14) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.26"></a> ## [4.0.26](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.25...@d3fc/d3fc-series@4.0.26) (2019-08-14) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.25"></a> ## [4.0.25](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.24...@d3fc/d3fc-series@4.0.25) (2019-08-14) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.24"></a> ## [4.0.24](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.23...@d3fc/d3fc-series@4.0.24) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.23"></a> ## [4.0.23](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.22...@d3fc/d3fc-series@4.0.23) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.22"></a> ## [4.0.22](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.21...@d3fc/d3fc-series@4.0.22) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.21"></a> ## [4.0.21](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.20...@d3fc/d3fc-series@4.0.21) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.20"></a> ## [4.0.20](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.19...@d3fc/d3fc-series@4.0.20) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.19"></a> ## [4.0.19](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.18...@d3fc/d3fc-series@4.0.19) (2019-08-12) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.18"></a> ## [4.0.18](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.17...@d3fc/d3fc-series@4.0.18) (2019-05-28) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.17"></a> ## [4.0.17](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.16...@d3fc/d3fc-series@4.0.17) (2019-04-04) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.16"></a> ## [4.0.16](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.15...@d3fc/d3fc-series@4.0.16) (2019-03-19) ### Bug Fixes * Canvas multi series checks if series decorate exists before invoking ([d7a4b9f](https://github.com/d3fc/d3fc/commit/d7a4b9f)) <a name="4.0.15"></a> ## [4.0.15](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.14...@d3fc/d3fc-series@4.0.15) (2019-03-06) ### Bug Fixes * seriesCanvasPoint size function now correctly receives the datapoint ([6a56361](https://github.com/d3fc/d3fc/commit/6a56361)) <a name="4.0.14"></a> ## [4.0.14](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.13...@d3fc/d3fc-series@4.0.14) (2019-02-19) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.13"></a> ## [4.0.13](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.12...@d3fc/d3fc-series@4.0.13) (2019-01-16) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.12"></a> ## [4.0.12](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.11...@d3fc/d3fc-series@4.0.12) (2019-01-15) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.11"></a> ## [4.0.11](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.10...@d3fc/d3fc-series@4.0.11) (2018-09-14) ### Bug Fixes * ensure line and area series support defined ([d318219](https://github.com/d3fc/d3fc/commit/d318219)) <a name="4.0.10"></a> ## [4.0.10](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.9...@d3fc/d3fc-series@4.0.10) (2018-08-29) ### Bug Fixes * use single D3 reference for bundleSpecs ([3d0a47e](https://github.com/d3fc/d3fc/commit/3d0a47e)) <a name="4.0.9"></a> ## [4.0.9](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.8...@d3fc/d3fc-series@4.0.9) (2018-08-23) ### Bug Fixes * canvas shapes now fill then stroke ([1a53209](https://github.com/d3fc/d3fc/commit/1a53209)), closes [#1161](https://github.com/d3fc/d3fc/issues/1161) <a name="4.0.8"></a> ## [4.0.8](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.7...@d3fc/d3fc-series@4.0.8) (2018-08-22) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.7"></a> ## [4.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.6...@d3fc/d3fc-series@4.0.7) (2018-08-21) ### Bug Fixes * update jsnext:main to module ([6738c69](https://github.com/d3fc/d3fc/commit/6738c69)) <a name="4.0.6"></a> ## [4.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.5...@d3fc/d3fc-series@4.0.6) (2018-08-21) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.5"></a> ## [4.0.5](https://github.com/d3fc/d3fc-series/compare/@d3fc/d3fc-series@4.0.4...@d3fc/d3fc-series@4.0.5) (2018-08-21) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.4"></a> ## [4.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.3...@d3fc/d3fc-series@4.0.4) (2018-08-20) **Note:** Version bump only for package @d3fc/d3fc-series <a name="4.0.3"></a> ## [4.0.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.2...@d3fc/d3fc-series@4.0.3) (2018-08-15) **Note:** Version bump only for package @d3fc/d3fc-series