
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
@superset-ui/plugin-chart-pivot-table
Advanced tools
This plugin provides Pivot Table for Superset.
If you change the logic of this plugin, please update
pivot_table.
Configure key, which can be any string, and register the plugin. This key will be used to
lookup this chart throughout the app.
import PivotTableChartPlugin from '@superset-ui/plugin-chart-pivot-table';
new PivotTableChartPlugin().configure({ key: 'pivot-table-v2' }).register();
Then use it via SuperChart. See
storybook
for more details.
<SuperChart
chartType="pivot-table-v2"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
├── package.json
├── README.md
├── tsconfig.json
├── src
│ ├── PivotTableChart.tsx
│ ├── images
│ │ └── thumbnail.png
│ ├── index.ts
│ ├── plugin
│ │ ├── buildQuery.ts
│ │ ├── controlPanel.ts
│ │ ├── index.ts
│ │ └── transformProps.ts
│ └── types.ts
├── test
│ └── index.test.ts
└── types
└── external.d.ts
FAQs
Superset Chart - Pivot Table
The npm package @superset-ui/plugin-chart-pivot-table receives a total of 1,325 weekly downloads. As such, @superset-ui/plugin-chart-pivot-table popularity was classified as popular.
We found that @superset-ui/plugin-chart-pivot-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.