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 27d5bd5 commit 39b163aCopy full SHA for 39b163a
‎client/packages/lowcoder-comps/src/comps/candleStickChartComp/candleStickChartUtils.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