Commit Graph

3031 Commits

Author SHA1 Message Date
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
Krist Wongsuphasawat
e2f32cbf0e fix: list css as side effects (#57) 2021-11-26 11:45:28 +08:00
Krist Wongsuphasawat
8e9cd50552 build: migrate to storybook 5 (#46)
* build: migrate to storybook 5

* fix: configuration

* fix: delete dir on build
2021-11-26 11:45:28 +08:00
Christine Chambers
fd84ea1381 v0.10.10 2021-11-26 11:45:28 +08:00
Kim Truong
ec5be03d8f fix: use correct number format (#47) 2021-11-26 11:45:28 +08:00
Thomas Wang
5a643dd047 feat: increment the version number (#44) 2021-11-26 11:45:27 +08:00
Christine Chambers
99112bc029 v0.10.9 2021-11-26 11:45:27 +08:00
Kim Truong
dde88df4e0 fix: y-axis bounds for stacked viz types (#45)
* fix: y-axis bounds for stacked viz types

* fix: add dist_bar
2021-11-26 11:45:27 +08:00
Christine Chambers
6fad7c0152 v0.10.8 2021-11-26 11:45:27 +08:00
Christine Chambers
abc1ad4ff9 chore: rename willUnmount hook to match the name in superset-ui/chart (#43) 2021-11-26 11:45:27 +08:00
Christine Chambers
8b4bb80738 fix: remove sticky tooltip when query returns no data in explore view (#42)
Tap into the newly added `willUnmount` hook to clean up sticky tooltip that nvd3 adds to `body` directly. This removes such tooltips that were left behind in the explore view with the new query returns 'no data'.
2021-11-26 11:45:27 +08:00
Christine Chambers
223c2f8791 v0.10.7 2021-11-26 11:45:27 +08:00
Beto Dealmeida
06bf56fd83 fix(legacy-preset-chart-nvd3): stacked bar charts labels (#40)
* fix(legacy-preset-chart-nvd3): stacked bar charts labels

* fix(legacy-preset-chart-nvd3): fix lint
2021-11-26 11:45:27 +08:00
Christine Chambers
ee7a87db7d v0.10.6 2021-11-26 11:45:27 +08:00
Thomas Wang
eaf61fa6a7 style: add % to total to area chart tooltip (#27)
* style: improve area chart tooltip

* style: improve area chart tooltip
2021-11-26 11:45:27 +08:00
Krist Wongsuphasawat
8118ae86d8 v0.10.5 2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
2b5d4d60c5 docs: update changelog 2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
ad67c39ab7 feat: update dependencies to make plugins compatible with 0.11 (#38) 2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
b40fb63dc5 v0.10.4 2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
540fed2aa6 docs: update changelog 2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
1b4d9117a8 fix: broken build due to file rename in vega-lite (#37)
* fix: change references to vega-lite that broke build

* refactor: rename fielddef to channeldef
2021-11-26 11:45:26 +08:00
Kim Truong
66a5a5e565 fix: big number with trendline fix (#34) 2021-11-26 11:45:26 +08:00
Kim Truong
77396afc7c fix: exception thrown for charts without a x-axis (#36)
* fix: pie chart exception

* fix: incoporate krist's feedbacl
2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
2a571777f8 build: use shared commit config (#35)
* build: use shared commit config

* docs: changelog

* fix: root package.json version
2021-11-26 11:45:26 +08:00
Krist Wongsuphasawat
818f4628f7 feat: update tooltip and use selector (#31) 2021-11-26 11:45:26 +08:00
Thomas Wang
fa0d4ea6bc fix: fine tune time pivot chart tooltip (#33) 2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
bcd6396cf2 chore: add eslint react fragment rule (#32)
* chore: add eslint react fragment rule

* fix: lint

* fix: react16
2021-11-26 11:45:25 +08:00
Thomas Wang
4bd482dbc4 fix: line chart tooltip should use full datetime format (#24) 2021-11-26 11:45:25 +08:00
Thomas Wang
ec2c1946c8 feat: improve the tooltip for the time pivot chart (#30)
* style: improve the tooltip for the time pivot chart

* fix: lint errors
2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
049b40bc80 feat: line chart with revised encodeable utilities (#26)
* feat: line chart

* feat: implement scale extraction

* refactor: no error

* fix: handle null

* fix: nicing and demo

* fix: legend and demo

* fix: remove commented code

* fix: clean

* fix: reviewer comments

* fix: legend and series

* docs: make demos tsx

* fix: reactnode

* fix: label angle

* fix: resolve labelxxx field names

* docs: try knobs

* feat: improve axis

* refactor: combine computelayout into axisagent

* refactor: cleaner use of scale

* fix: proptypes
2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
773de699d8 refactor: remove new box plot code until refactored (#25) 2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
8265ed4917 v0.10.3 2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
2766975ac5 feat: add encodeable utilities for chart (#15)
* feat: add encodeable utilities

* feat: add types back

* refactor: simplify function calls

* refactor: rename generic type

* refactor: more edits

* refactor: remove unused function

* refactor: rename file

* fix: address comments

* fix: add vega back
2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
d8e8dc4111 fix: make pivot table handle null string (#23) 2021-11-26 11:45:25 +08:00
Krist Wongsuphasawat
2485ae5724 docs: update CHANGELOG 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
c0708a22b4 v0.10.2 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
532feac81a fix: y axis bounds when input are nan (#22)
* fix: avoid computing log for 0

* fix: y axis bounds when input are nan
2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
e53fbd562b docs: add nvd3 version badge to readme 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
187e476440 docs: update changelog 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
45c78671d1 v0.10.1 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
a2209f2876 fix: bar label for many bars and long labels (#21)
* fix: labels for many bars in bar chart

* fix: nvd3 bar labels

* docs: update example
2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
7ea874c9c0 fix: dual line chart color consistency for secondary y axis (#18) 2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
49a6951f4f fix: show only necessary tick labels on log scale (#19)
* fix: show only necessary ticks on log scale and add storybook

* fix: storybook path
2021-11-26 11:45:24 +08:00
Krist Wongsuphasawat
54f15d72cb fix: nvd3 line chart y axis bounds (#17)
* fix: 🐛 y axis bounds

* fix: clip edge only when necessary

* docs: update storybook

* fix: remove src ref from storybook

* fix: import order
2021-11-26 11:45:24 +08:00
Chris Williams
87be3e819f chore(histogram): update @data-ui/histogram for better bins (#16)
* chore: [histogram] bump to @data-ui/histogram@^0.0.77

* docs: fewer histogram bins in demo
2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
4013721e61 feat: add tooltip and layout components for charts (#13)
* feat: add components for charts

* refactor: remove jsx

* refactor: address comments
2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
270386ba40 chore: bump version (#14) 2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
4215a80aa8 feat: add typescript declaration for external packages (#12)
* feat: add declaration for external packages

* feat: add dependency

* fix: address comments
2021-11-26 11:45:23 +08:00
Kim Truong
49cd2fedfb feat: add properties for font sizing (#10)
* feat: add properties for font sizing

* revert package.json changes

* refactor: rename bigNum to header

* chore: empty commit to kick off travis
2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
cc2ec90171 docs: update CHANGELOG 2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
18b5c9e477 v0.10.0 2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
4014ac88a4 docs: update CHANGELOG 2021-11-26 11:45:23 +08:00
Christine Chambers
0ecf719391 fix(legacy-preset-chart-nvd3): tooltip's disappearance and stickiness (#1)
fix: tooltip disappearance and stickiness
2021-11-26 11:45:23 +08:00
Beto Dealmeida
53ab7147cf feat(legacy-preset-chart-nvd3): show negative values on bars (#8)
* fix(legacy-preset-chart-nvd3): redraw bar values after legend change

* fix(legacy-preset-chart-nvd3): show labels on negative bars

* fix(legacy-preset-chart-nvd3): fix lint

* fix(legacy-preset-chart-nvd3): improve remove
2021-11-26 11:45:23 +08:00
Krist Wongsuphasawat
70476b115b chore: 🤖 enable hot reload for typescript in storybook (#9) 2021-11-26 11:45:22 +08:00
Beto Dealmeida
444bb039b8 fix(legacy-preset-chart-nvd3): redraw bar values after legend change (#7)
* fix(legacy-preset-chart-nvd3): redraw bar values after legend change

* fix(legacy-preset-chart-nvd3): avoid creating multiple nodes

* fix(legacy-preset-chart-nvd3): improve remove
2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
79f58372f6 chore: enforce PR title to be conventional commit 2021-11-26 11:45:22 +08:00
Beto Dealmeida
8c382ade40 fix(legacy-preset-chart-nvd3): redraw markers after legend interaction (#6)
* fix(legacy-preset-chart-nvd3): redraw markers after legend interaction

* fix: lint
2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
618f50b01b Enable TypeScript live update in Storybook (#5)
* chore: enable live TS in Storybook

* chore: 🤖 manually add tsconfig for storybook

* chore: 🤖 enable typescript for preset-chart-xy
2021-11-26 11:45:22 +08:00
Rosen Velikov
3e05f6f143 feat: add country map of bulgaria in superset-ui-legacy-plugin-chart-country-map (#2) 2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
7d3e6835c8 feat: 🎸 line chart makes first appearance 2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
1d24aa912a refactor: 💡 move box plot files around 2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
e1ed5346d8 docs: ✏️ update link from superset-ui-legacy to ui-plugins 2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
abba9ae424 refactor: 💡 move boxplot into preset-chart-xy 2021-11-26 11:45:22 +08:00
Krist Wongsuphasawat
896657e147 fix: 🐛 broken unit test due to missing babel-polyfill 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
70ecef2a6d feat: bump data-ui/xy-chart version 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
5c5a060252 fix: resolve issues post 0.10.0 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
6d6a43ff46 chore: style commitlint config file 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
dff5ab0a81 refactor: update package version according to 0.10.0 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
9809e85c83 docs: ✏️ update dependency badges 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
8fa7bb57e5 chore: use build-config to pull commitlint and commitizen dependencies 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
5586e58776 build: add commitlint and commitizen (#4)
* build: add commitlint and commitizen

* docs: add section about commit message to readme

* chore: 🤖 use streamich/git-cz for creating commit message
2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
96fbba6399 build: update latest package version in lerna 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
ea1cda8e83 add badge 2021-11-26 11:45:21 +08:00
Krist Wongsuphasawat
b253dd811c add to readme 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
8a82b7fa4b rename demo package 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
6dbddc9138 update storybook navigation to separate legacy- 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
26abd90d47 update package.json and README 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
215707a320 update build scripts 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
cbec8da375 Fix lints 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
f9292398fe update build config 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
423edbe558 Implements Box Plot and XY Chart utilities (+10 squashed commits) Squashed commits: [878ed06] clean up some more [624bb7f] separate legend and chart [dfef0fa] working version [aaef60d] allow overflow [b696917] fix margins [2e12359] support top,left,bottom,right axes [278607b] create many utilities [88315c1] Many enhancements to BoxPlot [9d8eb80] box plot working [12d0d1e] new box plot working 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
b2f523fde1 point calendar demo to dist 2021-11-26 11:45:20 +08:00
Krist Wongsuphasawat
c264fdcf1c v0.1.1 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
5241011884 minor refactor 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
0c7a17a8be Update mapbox dependency and fix bug that crashes when zoom in 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
6f14b65822 wip 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
0db7f2c8f9 remove devDependencies at package level that are duplicate of peerDependencies and move to top level 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
81a24f8e2f remove translation warning 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
e856ebdb13 Update gitignore 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
6e442aab76 enable live development through storybook 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
77ed8573e1 v0.1.0 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
0f5d735b7c Fix extra_filters in LineMulti 2021-11-26 11:45:19 +08:00
Krist Wongsuphasawat
d1cd56e15f fix lint issue 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
10b6d860f1 update readme and changelog 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
be530548e3 v0.0.3 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
d06c990791 add mapbox demo 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
c8f53ccb0a add mapbox code 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
190710786d fix storybook 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
f5ef469400 v0.0.2 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
a05cd770e2 Update references 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
c87e0b4077 Fix table and pivot table jquery issues. 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
15a5133a7f make storybook reference src instead of dist 2021-11-26 11:45:18 +08:00
Krist Wongsuphasawat
c626b8c4ff copy fix from superset 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
104c5f0f31 v0.0.1 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
21cb7e8263 rename dir 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
5310987d45 add legacy flag and various fixes 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
d9176c41bb add fallback for jquery 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
6385b6b4b8 add storybooks for nvd3 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
7376fdad1e add boxplot and bubble demo 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
0320e727f6 separate data files 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
da057bc8f2 put demos under preset dir 2021-11-26 11:45:17 +08:00
Krist Wongsuphasawat
83e5803c5c change storybook path 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
7e273b05f8 add bar demo 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
3750a3c857 add type-specific css 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
7d5e9e80c8 add area chart demo 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
ade55212b6 add unit tests 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
83272eca4e fix lint errors 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
d76c5a77e3 fix all lints 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
c7a8502e1a fix lints 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
23c726a772 fix linting 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
dcfd05b8ab Update bignumber css and demo 2021-11-26 11:45:16 +08:00
Krist Wongsuphasawat
f3423ec98e update build config 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
15f87354c5 add preset bignumber 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
b5a3bb2280 add npm badges for the packages 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
5494379078 v0.0.1-alpha.0 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
6e9c74cf57 update test script 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
c5fca8714e fix lint and add missing dep 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
a27771ec83 complete storybook for bignumber 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
fa23ff7f33 Add storybook templates 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
f6df47f581 update readme 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
b4c26ba14c setup preset package 2021-11-26 11:45:15 +08:00
Krist Wongsuphasawat
ee5a2c7e3c update lerna config 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
d5e7dd4183 remove core from listed dependencies 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
55ffc5fabf point to dist build 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
27890a1494 make build work for country map 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
84532d494d add countrymap 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
f4f8dc7bab add word cloud demo 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
cc422971b2 add word cloud 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
a831c7479d add event flow demo 2021-11-26 11:45:14 +08:00
Krist Wongsuphasawat
9c1ce3b77d add eventflow package 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
3a8a00d187 add t-test and partition demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
6bd7556b35 add parallel coordinates demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
1045b7224e add partition and parallel coordinates 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
e0d3056eb7 add sunburst demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
ed01ec3eb4 add sankey demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
3ff52442e1 add rose demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
46034ed339 add pivot table demo 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
ca4d2747d2 add pivot table 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
7586951f16 Add rose, sankey, sunburst. 2021-11-26 11:45:13 +08:00
Krist Wongsuphasawat
9f91454988 reduce preview size 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
668dce9f5c fix lint 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
1ab50e3932 Add table demo and fix table jquery issue. 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
5c3b5c8a11 rewrite Treemap 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
1b6615b3ff format treemap 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
3e191c6259 Treemap demo WIP 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
83889b99b9 Add world map demo 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
06dfbee8cd Add calendar demo 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
4c6bf9f8e7 Add table package 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
5392b6492d Add treemap package 2021-11-26 11:45:12 +08:00
Krist Wongsuphasawat
b44a0b1613 add world map package 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
1d3e3c5c27 add calendar 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
b72e17ee94 add horizon demo 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
83013f7f91 resolve package version issue 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
392bc70158 add horizon package 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
1411ea0f39 Update READMEs 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
ff9fd79328 Add histogram 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
a8d57d129b add README for each package 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
aad73e89ce update readme 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
b5f5e1bcf0 update vendor css 2021-11-26 11:45:11 +08:00
Krist Wongsuphasawat
39953808aa add heatmap demo 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
b5d82cd689 add heatmap 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
4175ca66b2 update class names 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
14b672e468 resolve classname issue 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
36b362895b add force-directed 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
4175a3d54f add force-directed graph 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
560d17fe64 Add storybook for chord 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
bf3f81ddfc update import 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
f60c04bb71 storybook works for markup 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
1747eb607e storybook working for iframe 2021-11-26 11:45:10 +08:00
Krist Wongsuphasawat
1a43d2aa10 hello storybook 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
42ad17a6b8 update package.json 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
5c84dfa555 add iframe and markup 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
641d1e99ed update dependency 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
667678fbe6 add script to build assets 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
90479c94c8 update readme 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
679682890f initial commit 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
aac4b0575e chore(release): publish v0.12.19 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
170ff4f60f chore: update npm script 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
7ee7b57193 chore: update lerna config and release script 2021-11-26 11:45:09 +08:00
Krist Wongsuphasawat
89c2203704 Merge pull request #368 from apache-superset/kristw--migrate-pivot
feat: migrate 4 chart plugins
2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
f2cf0a2a7f feat(style): add style to umbrella package (#366) 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
6adbfc6d77 build: disable travis (#373) 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
365621e176 build: add github workflow for build and test (#369)
* build: add github workflow for build and test

* feat: try logging into npm

* fix: syntax

* fix: syntax

* fix: scope

* fix: change scope

* fix: scope
2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
12bf14b7cd feat: migrate heatmap, horizon, iframe and markup (#367)
* feat: migrate heatmap

* feat: add horizon, iframe and markup
2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
d5b51202f7 v0.12.18 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
9db2dd7d38 docs: update changelog 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
2c39ba1ce9 docs: update readme 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
d36b36ecfc feat: migrate legacy-plugin-chart-chord (#365)
* docs: update storybook

* fix: import

* fix: import

* fix: import
2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
b491361b10 v0.12.17 2021-11-26 11:45:08 +08:00
Krist Wongsuphasawat
1feab468e5 fix: publish settings 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
536b0b8dd1 v0.12.16 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
44dd59ff6d build: update yarn.lock 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
ec7a656553 docs: update readme 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
d71940b325 docs: update readme 2021-11-26 11:45:07 +08:00
David Aaron Suddjian
11dbae71a6 feat: style package for theming and styled components (#362)
* feat: style package for theming and styled components

* fix: addressing PR feedback on style package

* fix: we need badges

* fix: sideEffects false for better tree shaking

* fix: readme title nit
2021-11-26 11:45:07 +08:00
Jianchao Yang
5c2a57a7b8 Disable commit lint (#363) 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
e6bfdfaf62 docs: update changelog 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
f4eb082df6 v0.12.15 2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
aa84115ca4 feat: make time formatter handle number and fix formatters type warnings (#358)
* fix: type warnings for formatters

* docs: add comment

* fix: unit tests

* fix: type

* feat: make time formatter handle timestamp
2021-11-26 11:45:07 +08:00
Krist Wongsuphasawat
735e8b2dd6 feat: make CategoricalScale compatible with D3 ScaleOrdinal (#357)
* feat: make categorical scale compatible with d3 scaleOrdinal

* feat: make CategoricalColorScale signature compatible with D3 ScaleOrdinal

* test: add unit test

* feat: use scaleOrdinal in implementation
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
414371395b build(deps): bump storybook-addon-jsx from 7.1.15 to 7.2.0 (#361)
Bumps [storybook-addon-jsx](https://github.com/storybookjs/addon-jsx) from 7.1.15 to 7.2.0.
- [Release notes](https://github.com/storybookjs/addon-jsx/releases)
- [Changelog](https://github.com/storybookjs/addon-jsx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/addon-jsx/compare/v7.1.15...v7.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
78b61f7190 build(deps): bump yeoman-generator from 4.8.0 to 4.8.2 (#360)
Bumps [yeoman-generator](https://github.com/yeoman/generator) from 4.8.0 to 4.8.2.
- [Release notes](https://github.com/yeoman/generator/releases)
- [Commits](https://github.com/yeoman/generator/compare/v4.8.0...v4.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
Krist Wongsuphasawat
e0bbdf9f85 v0.12.14 2021-11-26 11:45:06 +08:00
Evan Rusackas
98848b361a feat: allow toggling of table viz's bar chart backgrounds (#352)
* feat: allow toggling of bar chart backgrounds

* fix: inverting bar-chart-bg hide/show

* fix: keeping metrics right aligned
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
f97e2f3be1 build(deps): bump yeoman-generator from 4.7.2 to 4.8.0 (#348)
Bumps [yeoman-generator](https://github.com/yeoman/generator) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/yeoman/generator/releases)
- [Commits](https://github.com/yeoman/generator/compare/v4.7.2...v4.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
7e5b02e86a build(deps-dev): bump @types/datatables.net from 1.10.18 to 1.10.19 (#346)
Bumps [@types/datatables.net](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/datatables.net) from 1.10.18 to 1.10.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/datatables.net)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
a4d6dccc16 build(deps): bump @types/react from 16.9.32 to 16.9.34 (#353)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.32 to 16.9.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
a7583bd92a build(deps): bump core-js from 3.6.4 to 3.6.5 (#354)
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/v3.6.5/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00
dependabot-preview[bot]
33021bdc78 build(deps-dev): bump lint-staged from 10.1.2 to 10.1.3 (#351)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.2...v10.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-11-26 11:45:06 +08:00