{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/plots/liquid/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,IAAM,eAAe,GAAG;IAC7B,MAAM,EAAE,GAAG;IACX,SAAS,EAAE;QACT,KAAK,EAAE,KAAc;QACrB,OAAO,EAAE;YACP,KAAK,EAAE;gBACL,OAAO,EAAE,IAAI;gBACb,QAAQ,EAAE,MAAM;gBAChB,UAAU,EAAE,MAAM;gBAClB,SAAS,EAAE,QAAQ;aACpB;SACF;KACF;IACD,OAAO,EAAE;QACP,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,CAAC;KACZ;IACD,IAAI,EAAE;QACJ,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,GAAG;KACZ;IACD,KAAK,EAAE,QAAQ;CAChB,CAAC","sourcesContent":["/**\n * 水波图默认配置项\n */\nexport const DEFAULT_OPTIONS = {\n radius: 0.9,\n statistic: {\n title: false as const,\n content: {\n style: {\n opacity: 0.75,\n fontSize: '30px',\n lineHeight: '30px',\n textAlign: 'center',\n },\n },\n },\n outline: {\n border: 2,\n distance: 0,\n },\n wave: {\n count: 3,\n length: 192,\n },\n shape: 'circle',\n};\n"]}