Skip to content

Commit

Permalink
fix:add missing chart back
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuiyansong committed Oct 15, 2021
1 parent 63adc42 commit 4a8d301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ function DemoCustomLineChart({ dHelper }) {
meta: {
id: 'demo-custom-line-chart',
name: '[DEMO]用户自定义折线图',
icon: 'star',
icon: 'chart',
requirements: [
{
group: 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ChartPluginLoader {
const customModelPaths = [
'./custom-chart-plugins/demo-custom-line-chart.js',
// './custom-chart-plugins/demo-echart-3d-bar-chart.js',
'./custom-chart-plugins/demo-d3js-scatter-chart.js',
];

const loadPluginTasks = customModelPaths.map(async path => {
Expand Down

0 comments on commit 4a8d301

Please sign in to comment.