@ -36,6 +36,9 @@ const customConfig = {
type: 'button',
// 名称
title: '查询',
root: {
version: 0
},
// 自定义属性
customize: {
bindComponents: [],
@ -15,6 +15,7 @@ const customConfig = {
type: 'currentTime',
version : '0.0.1',
dateFormat: 'YYYY-MM-DD HH:mm:ss'
@ -31,6 +31,7 @@ export const settingConfig = {
const customConfig = {
type: 'digitalFlop',
contribution: false
@ -11,6 +11,9 @@ export const settingConfig = {
}
type: 'horizontalLine',
// 边框线颜色
borderColor: 'rgba(131, 191, 246, 0)',
@ -18,6 +18,7 @@ export const settingConfig = {
type: 'iframeChart',
url: 'https://www.runoob.com/'
@ -11,8 +11,10 @@ export const settingConfig = {
type: 'input',
// 输入框的值
value: '',
// 是否显示标题
@ -29,6 +29,7 @@ export const settingConfig = {
type: 'linkChart',
@ -37,6 +37,7 @@ export const settingConfig = {
type: 'map',
@ -16,6 +16,9 @@ export const settingConfig = {
type: 'picture',
url: '',
radius: 0,
type: 'screenScrollBoard',
@ -25,6 +25,7 @@ export const settingConfig = {
type: 'screenScrollRanking',
version: '0.0.1',
@ -33,6 +33,7 @@ export const settingConfig = {
type: 'tables',
type: 'texts',
@ -14,6 +14,7 @@ export const settingConfig = {
type: 'timeCountDown',
endTime: ''
type: 'verticalLine',
type: 'video',
videoType: 'application/x-mpegURL',
videoUrl: 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
@ -20,6 +20,7 @@ export const settingConfig = {
type: 'border1',
type: 'border10',
type: 'border11',
type: 'border12',
type: 'border13',
type: 'border2',
type: 'border3',
type: 'border4',
type: 'border5',
type: 'border6',
type: 'border7',
type: 'border8',
type: 'border9',
@ -16,6 +16,7 @@ export const settingConfig = {
type: 'decoration1',
type: 'decoration10',
type: 'decoration11',
type: 'decoration12',
type: 'decoration2',
type: 'decoration2Reverse',
type: 'decoration3',
type: 'decoration4',
type: 'decoration4Reverse',
type: 'decoration5',
type: 'decoration6',
type: 'decoration8',
type: 'decoration8Reverse',
type: 'decoration9',
@ -3,7 +3,8 @@
* @Date: 2023-03-27 14:38:23
* @Author: xing.heng
*/
// 配置版本号
const version = '0.0.1'
// 分类
const category = 'Line'
// 标题
@ -16,7 +17,7 @@ const name = 'JiChuZheXianTu'
// 右侧配置项
const setting = [
{
label: '维度',
label: '横坐标',
// 设置组件类型, select / input / colorPicker
type: 'select',
// 字段
@ -582,6 +583,7 @@ const option = {
export default {
category,
version,
title,
chartType,
name,
@ -4,6 +4,8 @@
@ -571,6 +573,7 @@ const option = {
@ -448,6 +450,7 @@ const option = {
@ -678,6 +680,7 @@ const option = {
@ -1365,6 +1367,7 @@ const option = {
@ -1,4 +1,6 @@
@ -561,6 +563,7 @@ const option = {
@ -700,6 +702,7 @@ const option = {
const category = 'TinyLine'
@ -104,6 +106,7 @@ const option = {
const category = 'TinyArea'
@ -131,6 +133,7 @@ const option = {
const category = 'Bar'
@ -666,6 +668,7 @@ const option = {
@ -610,6 +612,7 @@ const option = {
const category = 'Column'
@ -606,6 +608,7 @@ const option = {
@ -621,6 +623,7 @@ const option = {
@ -538,6 +540,7 @@ const option = {
@ -604,6 +606,7 @@ const option = {
const category = 'Funnel'
@ -288,6 +290,7 @@ const option = {
@ -284,6 +286,7 @@ const option = {
const category = 'Treemap'
@ -224,6 +226,7 @@ const option = {
const category = 'WordCloud'
@ -613,6 +615,7 @@ const option = {
const category = 'Gauge'
@ -194,6 +196,7 @@ const option = {
const category = 'Progress'
@ -117,6 +119,7 @@ const option = {
const category = 'Liquid'
@ -201,6 +203,7 @@ const option = {
@ -196,6 +198,7 @@ const option = {
@ -160,6 +162,7 @@ const option = {
@ -109,6 +111,7 @@ const option = {
@ -1,3 +1,5 @@
const category = 'RingProgress'
@ -176,6 +178,7 @@ const option = {
@ -193,6 +195,7 @@ const option = {
const category = 'Radar'
@ -327,6 +329,7 @@ const option = {
@ -223,6 +225,7 @@ const option = {
const category = 'Area'
@ -595,6 +597,7 @@ const option = {
@ -687,6 +689,7 @@ const option = {
@ -556,6 +558,7 @@ const option = {
const category = 'Pie'
@ -384,6 +386,7 @@ const option = {
@ -263,6 +265,7 @@ const option = {
const category = 'Rose'
@ -216,6 +218,7 @@ const option = {
@ -4,6 +4,7 @@ export const settingConfig = {