Skip to content

Commit

Permalink
feat: add d3 plugin (#217)
Browse files Browse the repository at this point in the history
* feat: add d3 plugin

* feat: hide overlapped labels

* feat: fix categories filtered by legend

* feat: fix getAxisLabelMaxWidth

* feat: add memoize for axis scales and shapes

* fix: axis y labels align fixes

* fix: chart.margin property fixes

* refactor: move hooks to separate folder

* refactor: move utils to separate folder

* refactor: move constants to separate folder

* refactor: rework useChartOptions

* refactor: add utild to useChartOptions

* feat: add chart title

* feat: add basic tooltip

* chore: add usage warning to d3 plugin

* refactor: rework widget-data.ts file

* fix(D3 plugin): add axis title option (#222)

* fix(D3 plugin): add axis title option

* fix review

---------

Co-authored-by: Irina Kuzmina <kuzmadom@yandex-team.ru>
  • Loading branch information
korvin89 and kuzmadom authored Aug 15, 2023
1 parent 05f1769 commit 9815fb0
Show file tree
Hide file tree
Showing 50 changed files with 5,822 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const config: StorybookConfig = {
},
addons: [
'@storybook/preset-scss',
'@storybook/addon-knobs',
{name: '@storybook/addon-essentials', options: {backgrounds: false}},
'./theme-addon/register.tsx',
],
Expand Down
Loading

0 comments on commit 9815fb0

Please sign in to comment.