|
|
|
@ -35,6 +35,8 @@ export default [
|
|
|
|
|
/*
|
|
|
|
|
* @description: 配置,参考https://g2plot.antv.antgroup.com/examples
|
|
|
|
|
*/
|
|
|
|
|
// 配置版本号
|
|
|
|
|
const version = '2023071001'
|
|
|
|
|
// 分类
|
|
|
|
|
const category = 'Line'
|
|
|
|
|
// 标题
|
|
|
|
@ -163,6 +165,7 @@ const option = {
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
category,
|
|
|
|
|
version,
|
|
|
|
|
title,
|
|
|
|
|
chartType,
|
|
|
|
|
name,
|
|
|
|
|