Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1766f74 commit 52ac64dCopy full SHA for 52ac64d
client/packages/lowcoder-comps/src/comps/radarChartComp/radarChartUtils.ts
@@ -129,7 +129,6 @@ export function getSeriesConfig(props: EchartsConfigProps) {
129
130
// https://echarts.apache.org/en/option.html
131
export function getEchartsConfig(props: EchartsConfigProps, chartSize?: ChartSize): EChartsOptionWithMap {
132
- console.log("🚀 ~ getEchartsConfig ~ props:", props)
133
if (props.mode === "json") {
134
let opt={
135
"title": {
0 commit comments