Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(heatmap): Base Heatmap Built (#737)
* feat(heatmap): camera effect + svg/png download + outline on highlight + update API * refactor(heatmap): apply code review improvements * feat(heatmap): add heatmap demo * fix(heatmap): fix heatmap demo bugs * fix(heatmapdemo): fix heatmap demo bugs * feat(yarn): upgrade to latest version of yarn for better performance and new workspace features * chore(storybook): upgrade storybook to latest version * fix(yarn): fix style-dictionary and linter errors * fix(yarn): fix monorepo dependencies * fix(storybook): fix Storybook build error * fix(storybook): fix webpack configs * fix(storybook): fix build errors * fix(storybook): fix storybook build errors but adding its packages to workspaces nohoist * fix(lerna): fix hoisting * fix(yarn): fix yarn packages * fix(heatmap): update @czi-sds/components imports to relative path * chore(storybook): revert @czi-sds/components imports and install @czi-sds/components in data-viz * fix(storybook): add a fallback to @czi-sds/components in webpack config * fix(storybook): fix fallback urls * fix(storybook): fix fallback urls * fix(storybook): add style-loader and css-loader to handle style-dictionary files * fix(style-dictionary): remove comment * fix(styles): update style-dictionary styles * fix(storybook): fix loaders * fix(storybook): fix sass loaders * fix(storybook): fix css loaders * fix(storybook): remove css loader to resolve rule conflicts * fix(a11y): fix a11y errors and remove redundant code * chore(snapshots): update test snapshots and skip heatmap snapshots * chore(tsconfig): delete redundant configs * style(heatmap): change default colors and fix storybook padding * refactor(heatmap): change default story args * fix(heatmap): fix code review feedbacks * chore(heatmap): fix typo * chore(heatmap): update issue pr link * refactor: Heatmap chart instance management * fix(eslint): fix eslint bug * chore(storybook): upgrade to the latest version * fix(lerna): fix lerna publish commit message --------- Co-authored-by: Timmy Huang <thuang@chanzuckerberg.com>
- Loading branch information