Open egorwow70 opened 11 months ago
Can't you just import from echarts?
import {
GridComponentOption
} from "echarts";
Can't you just import from echarts?
import { GridComponentOption } from "echarts";
@semla GridComponentOption is working, but what's about other things like axisLine, lineStyle, splitLine etc.?
so it seems the first component option level options are exported, but deep nested things aren't
Hello, ngx-echarts team,
I am using ngx-echarts library in the frontend angular application. I want to build my own service with predefined entities, like f.e. grid, text_style, axis_label etc., that will be used in the EChartsOption
But the trouble comes here, that most of echarts ts types are not exported from the library, that's why currently it is only possible to hardcode objects. Is it possible to export all types, that are connected to the EChartsOption type?