问题描述
我一直在尝试在 Zing 图表中显示高度不稳定和高幅度的数据,但在检测数据中的微小变化时遇到问题......
这是我的配置对象:
const myConfig = {
type: "line",utc: true,timezone: -5.5,scaleX: {
transform: {
type: "date",all: "%D,%d %M %Y<br>%h:%i %A",itemsOverlap: true,},item: {
fontSize: 10,crosshairX: {
plotLabel: {
fontSize: 10,multiple: true,scaleLabel: {
fontSize: 10,scaleY: {
minValue: 2300000,guide: {
lineStyle: "dotted",plot: {
tooltip: {
visible: false,animation: {
effect: "ANIMATION_EXPAND_BOTTOM",method: "ANIMATION_STRONG_EASE_OUT",sequence: "ANIMATION_BY_NODE",speed: 275,noData: {
text: "Fetching remote data...",backgroundColor: "#eeeeee",fontSize: 18,series: [],};
PS 我正在使用 zingchart.exec 读取实时数据,这就是系列为空的原因。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)