Commit Graph

9394 Commits

Author SHA1 Message Date
khtruong
8cd9e381b7 v0.10.40 2021-11-26 11:45:41 +08:00
Christopher Guan
53a9943215 feat: add basic functionality for icicle chart to display static data (#165)
* feat: add basic functionality for icicle chart to display static data

adds functionality for the icicle chart to have data passed in and display (static, no interactions
yet)

* feat: increase code coverage to pass check

* feat: clarify contentRenderer argument types
2021-11-26 11:45:41 +08:00
erik_ritter
0c9478a34c docs: update changelog 2021-11-26 11:45:41 +08:00
erik_ritter
fb85f6e65d v0.10.39 2021-11-26 11:45:41 +08:00
Erik Ritter
f4d01bd914 fix: only remove tooltips relating to a single vis (#167) 2021-11-26 11:45:41 +08:00
Christopher Guan
4760af293e feat: file skeleton necessary for icicle chart visualization (#162)
* feat: file skeleton necessary for icicle chart visualization

* feat: name changes and restructure components

update package to account for clearer name and reorganized implementation for planned features

* feat: fix lint errors

* docs: add license file headers, adjust naming and links

Add Apache license file headers to all files, adjust naming of the viz in the package.json and
update the README to inform that Storybook link is unavailable but will be in the near future
2021-11-26 11:45:41 +08:00
erik_ritter
708ef4a650 docs: update changelog 2021-11-26 11:45:41 +08:00
erik_ritter
b5e237f652 v0.10.38 2021-11-26 11:45:41 +08:00
Erik Ritter
dd2af3faa8 fix: nvd3 charts break on stateChange dispatch (#159) 2021-11-26 11:45:41 +08:00
dependabot-preview[bot]
c3824806c3 build(deps): update @vx/axis requirement from ^0.0.189 to ^0.0.190 (#155)
Updates the requirements on [@vx/axis](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.189...v0.0.190)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:40 +08:00
dependabot-preview[bot]
a20b199fe4 build(deps): update @vx/scale requirement from ^0.0.189 to ^0.0.190 (#157)
Updates the requirements on [@vx/scale](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.189...v0.0.190)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:40 +08:00
dependabot-preview[bot]
92e9c9dd1f build(deps): update @data-ui/histogram requirement (#153)
Updates the requirements on [@data-ui/histogram](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.79...v0.0.80)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:40 +08:00
dependabot-preview[bot]
696e397e9d build(deps): update @vx/group requirement from ^0.0.189 to ^0.0.190 (#152)
Updates the requirements on [@vx/group](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.189...v0.0.190)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:40 +08:00
Krist Wongsuphasawat
804af05145 docs: update storybook to use new SuperChart props and convert to TS (+8 squashed commits) (#127)
Squashed commits:
[ffdde0c] fix: dimensions
[57f5334] fix: path
[61191fc] docs: update remaining stories
[240b171] docs: update nvd3 stories
[38e2804] docs: update more storybooks
[18b9401] docs: update more stories
[7f8fb07] docs: update storybook to use new SuperChart props and convert to TS
[2e31ddb] docs: update how superchart are used
2021-11-26 11:45:40 +08:00
erik_ritter
58b60856c4 docs: update changelog 2021-11-26 11:45:40 +08:00
erik_ritter
5d80ce888e v0.10.37 2021-11-26 11:45:40 +08:00
dependabot-preview[bot]
c5c09376b4 build(deps): update @vx/shape requirement from ^0.0.189 to ^0.0.190 (#144)
Updates the requirements on [@vx/shape](https://github.com/hshoff/vx) to permit the latest version.
- [Release notes](https://github.com/hshoff/vx/releases)
- [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hshoff/vx/compare/v0.0.189...v0.0.190)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:40 +08:00
Erik Ritter
e5d1e7ca27 fix: single y axis bounds (#148) 2021-11-26 11:45:40 +08:00
Erik Ritter
fa11638a80 fix: disable lint error (#150) 2021-11-26 11:45:40 +08:00
erik_ritter
6c69c8c3fb docs: update changelog 2021-11-26 11:45:39 +08:00
erik_ritter
3984af209c v0.10.36 2021-11-26 11:45:39 +08:00
Erik Ritter
a6c10eb3cf fix: responsive y-axis on stacked charts (#141) 2021-11-26 11:45:39 +08:00
michellethomas
0ab7befc06 docs: adding changelog for 0.10.35 (#138)
* docs: adding changelog for 0.10.35

* Update CHANGELOG.md
2021-11-26 11:45:39 +08:00
Michelle Thomas
236a9a4b0f v0.10.35 2021-11-26 11:45:39 +08:00
michellethomas
7bf358750b fix: fixing tooltip for expanded area chart (#134) 2021-11-26 11:45:39 +08:00
erik_ritter
5bd3625048 docs: update changelog 2021-11-26 11:45:39 +08:00
erik_ritter
e4886d01b5 v0.10.34 2021-11-26 11:45:39 +08:00
erik_ritter
474c7e30c5 v0.10.33 2021-11-26 11:45:39 +08:00
Michelle Thomas
bfc5178ce4 fix: heatmap errors with null data 2021-11-26 11:45:39 +08:00
dependabot-preview[bot]
1d4e5c07ab build(deps): update @data-ui/event-flow requirement (#129)
Updates the requirements on [@data-ui/event-flow](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.78...v0.0.79)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:38 +08:00
dependabot-preview[bot]
224c9bbb35 build(deps-dev): update fast-glob requirement from ^2.2.6 to ^3.0.1 (#128)
Updates the requirements on [fast-glob](https://github.com/mrmlnc/fast-glob) to permit the latest version.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](https://github.com/mrmlnc/fast-glob/compare/2.2.6...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:38 +08:00
dependabot-preview[bot]
5d128e53b5 build(deps): update @data-ui/histogram requirement (#126)
Updates the requirements on [@data-ui/histogram](https://github.com/williaster/data-ui) to permit the latest version.
- [Release notes](https://github.com/williaster/data-ui/releases)
- [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/williaster/data-ui/compare/v0.0.78...v0.0.79)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
9382077f82 docs: update changelog 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
79ed4f3557 v0.10.32 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
5fee703883 build: bump @vx dependencies (#124) 2021-11-26 11:45:38 +08:00
Erik Ritter
f114669ce3 docs: add storybook local run instructions (#123) 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
8be21491cc build: bump beemo to 1.0.0 2021-11-26 11:45:38 +08:00
Erik Ritter
5b5086b96a fix: ignore disabled series in stacked bar values (#116) 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
2d85b344a3 docs: update changelog 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
d02bf08020 v0.10.31 2021-11-26 11:45:38 +08:00
Krist Wongsuphasawat
15f2478464 refactor: organize legend and its overrides 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
852b9e609d feat: create reusable selector factory for Encoder 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
52d120a05b feat: simplify Encoder creation 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
c469e5854a feat: channels can take array of definitions 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
1c9c3adbb1 fix: legend types 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
7ef5701efd refactor: improve how encodings are defined 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
7f89012f61 refactor: reduce amount of generic passed around 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
333165867f refactor: change how XYChartLayout are created 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
28ef524596 feat: remove children from XYChartLayout parameter 2021-11-26 11:45:37 +08:00
Krist Wongsuphasawat
01264fdec1 feat: add getDomain to ChannelEncoder 2021-11-26 11:45:37 +08:00