@@ -5,7 +5,7 @@
*/
// 配置版本号
-const version = '2023092201'
+const version = '2023092501'
// 分类
const category = 'Line'
// 标题
@@ -584,6 +584,7 @@ const dataHandler = ''
const option = {
// 数据将要放入到哪个字段中
dataKey: 'data',
+ renderer: 'canvas',
data,
color: ['#5B8FF9', '#61DDAA', '#5D7092', '#F6BD16', '#6F5EF9', '#6DC8EC', '#945FB9', '#FF9845', '#1E9493', '#FF99C3'],
xField: 'year',
@@ -1276,6 +1276,7 @@ const dataHandler = ''
yField: 'value',
@@ -1,6 +1,6 @@
@@ -471,6 +471,7 @@ const dataHandler = ''
xField: 'month',
@@ -598,6 +598,7 @@ const dataHandler = ''
const category = 'Bar'
@@ -563,6 +563,7 @@ const dataHandler = ''
isGroup: true,
// shape: ' ',
@@ -506,6 +506,7 @@ const dataHandler = 'const yFieldValue = setting.find(settingItem=>settingItem.f
xField: 'value',
yField: 'year',
const category = 'Funnel'
@@ -244,6 +244,7 @@ const dataHandler = 'data = data.sort((a, b) => b[option.yField] - a[option.yFie
xField: 'stage',
const category = 'Treemap'
@@ -193,6 +193,7 @@ const dataHandler = '// 转换数据格式\n' +
colorField: 'name',
const category = 'Radar'
@@ -271,6 +271,7 @@ const dataHandler = ''
xField: 'item',
yField: 'score',
const category = 'Area'
@@ -603,6 +603,7 @@ const dataHandler = ''
xField: 'date',
const category = 'Pie'
@@ -315,6 +315,7 @@ const dataHandler = ''
angleField: 'value',
colorField: 'type',
@@ -220,6 +220,7 @@ const dataHandler = ''
legendEnable: false,
legendLayout: 'vertical',
const category = 'Rose'
@@ -182,6 +182,7 @@ const dataHandler = ''
xField: 'type',