Commit Graph

9309 Commits

Author SHA1 Message Date
Krist Wongsuphasawat
b6e5727adb v0.10.20 2021-11-26 11:45:33 +08:00
Krist Wongsuphasawat
9add9b8e64 refactor: use composition package (#104)
* refactor: use composition package

* refactor: remove WithLegend and ChartFrame
2021-11-26 11:45:33 +08:00
Krist Wongsuphasawat
de4c481685 fix: line chart tooltip when there is only one lien (#103)
* fix: line chart tooltip when there is only one lien

* fix: type

* fix: combine export default
2021-11-26 11:45:33 +08:00
Krist Wongsuphasawat
04cd5802fb v0.10.19 2021-11-26 11:45:33 +08:00
Krist Wongsuphasawat
6d8ebc8ac5 fix: invalid margin breaking chart (#102) 2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
fbfdbde421 v0.10.18 2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
97a95ffcda feat: support tooltip and legend overrides (#101) 2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
1037ccfe86 refactor: rename channel color to stroke (#100)
* refactor: rename channel color to stroke

* fix: legend item color and types

* feat: can override createTooltip

* refactor: renderTooltip
2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
012f5165da fix: gradient not working when y axis title has space (#98)
* fix: gradient not working when y axis title has space

* fix: pass theme

* fix: pass theme
2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
9a98eb31db v0.10.17 2021-11-26 11:45:32 +08:00
dependabot[bot]
2961b1505e build(deps): update @data-ui/xy-chart requirement (#94)
Updates the requirements on [@data-ui/xy-chart](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/commits/v0.0.78)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
b652510765 fix: broken build due to vega type (#96)
* fix: broken build due to vega type

* fix: remove unused

* fix: type

* fix: margin
2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
3a0dd2741d feat: add scatter plot (#90)
* feat: bubble in progress

* feat: working scatter plot with basic and bubble demo

* feat: add legacy shim

* feat: support group as separate channel

* fix: box plot formatting

* fix: lint

* fix: remove/clarify comments
2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
68ebb111f1 feat: bring lazy import back (#84) 2021-11-26 11:45:32 +08:00
Krist Wongsuphasawat
be7623e652 docs: update readme 2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
75a11b01e1 test: enable test in ci (#83) 2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
f1164aece0 fix: disable lazy import for line chart and box plot (#82)
* fix: disable lazy import

* fix: lint
2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
ff7ef2b2b3 feat: allow legend overrides at multiple levels (#81)
* feat: reduce legend text size

* feat: compute legend data

* feat: support multi-level overrides for legend
2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
6c7533b565 feat: add box plot (#78)
Squashed commits:
[23ad0d6] feat: working box plot
[a7ed565] fix: typings
[57a62b7] feat: clarify horizontal/vertical mode
[6312737] fix: typings
[2734de3] feat: box plot types
[cb3c239] fix: typings
[7e2dcda] feat: add box plot
2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
eefb1cf1b7 fix: lint (#79) 2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
f1c113c9b3 docs: update changelog 2021-11-26 11:45:31 +08:00
Christine Chambers
080cf172d4 v0.10.16 2021-11-26 11:45:31 +08:00
Robert Harris
c0920f6397 feat: add sankey chart with loops (#77)
* feat(chart): add basic working look sankey chart

* fix(doc): update readme and remove dead code

* fix(clean): clean up both style and code

* fix(reorg): reogranize for clarity

* fix(path): remove dev path to chart

* fix(lint): remove lint

* fix(pr): fixes for PR

* fix(path): fix dev path

* fix(lint): remove unused
2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
e2300812d7 docs: update changelog 2021-11-26 11:45:31 +08:00
Krist Wongsuphasawat
f6366158d1 v0.10.15 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
f17bb4a6c2 fix: rename file from js to ts (#75) 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
ba42faba02 v0.10.14 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
492b19cad5 feat: bump dependencies 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
ede2e92d97 fix: lazily create metadata (#74) 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
7ca247ccb8 v0.10.13 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
cbeb837b2a docs: update storybook readme 2021-11-26 11:45:30 +08:00
Robert Harris
417c86a9bf docs: update documentation for starting storybook (#67) 2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
23c4aa3d1e feat: integrate line chart with build query and update typings (#73)
* feat: integrate line chart with buildQuery

* fix: typings

* fix: minor

* feat: derive groupbys

* fix: tooltip for single series
2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
0eafb6c1f7 docs: add storybook page for testing query (#70)
* docs: add storybook page for testing query

* fix: remove is_time_series
2021-11-26 11:45:30 +08:00
Krist Wongsuphasawat
827394261a feat: update data format returned from query api and add getGroupBys (#72)
* fix: update data format returned from query api

* fix: format

* fix: remove unnecessary type

* fix: remove hack prior to typescript 3.4
2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
911382f152 fix: make line chart query operate in time series mode (#71) 2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
4dd87b55fc v0.10.12 2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
fcee68a3af docs: add chart xy to front page 2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
69d9545591 docs: add chart xy to front page 2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
2430aa1dbe fix: line chart does not handle temporal field correctly (#68)
* fix: fallback to default margin when margin is partially set

* feat: can disable axis title

* feat: adjust margin according to axis title visibility

* feat: include margin in formData

* feat: add buildQuery

* fix: address kyle comments

* fix: remove string false

* fix: line chart temporal scale

* fix: format
2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
1f33026b38 feat: improve line chart margin/axis and add buildquery (#66)
* fix: fallback to default margin when margin is partially set

* feat: can disable axis title

* feat: adjust margin according to axis title visibility

* feat: include margin in formData

* feat: add buildQuery

* fix: address kyle comments

* fix: remove string false
2021-11-26 11:45:29 +08:00
Andy
bbecb6dc84 feat: adding Canada into the list of country map choices (#48)
travis build failed due to another issue, which is fixed in master.
verified storybook and the new map is working correctly.
2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
381d51d8a4 fix: word cloud import bug (#65)
* fix: word cloud import bug

* fix: add core-js
2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
2f19262399 build: bump version and update changelog 2021-11-26 11:45:29 +08:00
Krist Wongsuphasawat
1a3b10e180 feat: update line chart thumbnail and scale extraction (#61)
* feat: update line chart thumbnail

* fix: lint
2021-11-26 11:45:28 +08:00
Hamel Husain
c264b9fb1f chore: create issue_label_bot.yaml (#62) 2021-11-26 11:45:28 +08:00
Krist Wongsuphasawat
353e3df3f4 v0.10.11 2021-11-26 11:45:28 +08:00
Krist Wongsuphasawat
8d701e97ef docs: update readme 2021-11-26 11:45:28 +08:00
Krist Wongsuphasawat
7c58da9e34 build: allow xy-chart to publish (#59)
* build: allow xy-chart to publish

* fix: add line
2021-11-26 11:45:28 +08:00
Krist Wongsuphasawat
e86706f9ee build: multi-level nesting in storybook (#58)
* build: multi-level nesting in storybook

* feat: select country

* fix: config

* fix: minor
2021-11-26 11:45:28 +08:00