wuxudong

Results 55 comments of wuxudong

Check valueFormatter in your config, or you can attach your config here.

According to https://github.com/PhilJay/MPAndroidChart/issues/3486 LabelCount AxisMaximum AxisMinimum may help, or you can try adding following code to corresponding y axis. granularityEnabled: true granularity: [interval you want]

You can also add formatter for y axis, like adding '$' before values, or custom labels count like #554, but I think string array is not supported by y axis.

@rash6795 check your config? I guess that marker is disabled.

Can you provide an example to reproduce it?

但像例子里的 订单/余额/库存 是个非常典型的场景,如果可靠消息 对于 这个例子 没法很好的处理的话, 应用场景 非常有限? 基于可靠消息的分布式事务一般都用在什么地方呢?

It is a bug, check pr #2483 . Unfortunately, it is still not merged after 6 months.

I think the PR can meet your request, or https://github.com/wuxudong/react-native-charts-wrapper can help

@anafreitas you can find combined charts here. https://github.com/wuxudong/react-native-charts-wrapper