1.0.6 • Published 3 years ago

@switchdin-analytics/switchdin-plugin-dial v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

@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: {...},
  }]}
/>