@switchdin-analytics/switchdin-plugin-dial

1.0.6 • Public • Published

@superset-ui/plugin-chart-switchdin-plugin-dial

Version

This plugin provides Switchdin Plugin Dial for Superset.

It has been developed through Switchdin for their superset based analytis plateform.

import SwitchdinPluginDial from '@switchdin-analytics/plugin-chart-switchdin';

new SwitchdinPluginDial()
  .configure({ key: 'dial' })
  .register();

Then use it via SuperChart. See storybook for more details.

<SuperChart
  chartType="dial"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>

Readme

Keywords

Package Sidebar

Install

npm i @switchdin-analytics/switchdin-plugin-dial

Weekly Downloads

1

Version

1.0.6

License

Apache-2.0

Unpacked Size

260 kB

Total Files

25

Last publish

Collaborators

  • switchdin-bclark
  • joegurr-switchdin