Tree Xie
Tree Xie
暂未支持此类设置,如果方便把数据放上来,还有希望的效果是怎样的给我示例,我看看能不能处理一下
有具体的数据不?
可以支持多Y轴,但是没有支持多X轴
最开始设计时value使用的是float64,因此没办法直接设置为nil的,最新代码(main分支)增加了支持NullValue的设置,看看是否能满足需求,[参考代码](https://github.com/vicanso/go-charts/blob/main/examples/line_chart/main.go#L33)。效果如下: 
@leslieDD 最新版本已支持设置value为Null
计算逻辑没处理好,我研究一下怎么处理比较好
最新版本的已调整Max Min的处理,如果需要自己指定Max Min,可添加自定义的Option函数,设置YAxisOption。 ```go func(opt *charts.ChartOption) { opt.YAxisOptions = []charts.YAxisOption{ { Max: charts.NewFloatPoint(1), }, } }, ```
@jmcnab57 The document is generated by the source code, please update the source code and regenerate document.
The fact is the http write points of influxdb supports `form` type, so you don't need to change the content type.
I am afraid that it is not supported.