Giter Club home page Giter Club logo

Comments (15)

Ovilia avatar Ovilia commented on April 27, 2024

开发工具上没复现出来,你的开发工具基础库版本是?

from echarts-for-weixin.

smc1989 avatar smc1989 commented on April 27, 2024

调试基础库是1.9.91,微信开发工具是win版最新版本。我不光是在编辑上有这个问题,ios真机上也是有这个问题

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

我这边还是没法复现,使用本项目最新版的代码了吗?

from echarts-for-weixin.

smc1989 avatar smc1989 commented on April 27, 2024

您能使用我的echarts配置放在小程序编辑器里面试一下 然后截个图出来看一下吗,因为我找朋友使用mac和win的编辑器用最新的echart for wx和最新的小程序编辑器都试过了 有同样的问题。
我的最新配置如下:

  var option = {
    color: ["#57B078"],
    backgroundColor: "#fff",
    animation: false,
    grid: {
      left: '6%',
      right: '6%',
      bottom: '6%',
      top: '4%',
      containLabel: true
    },
    xAxis: [{
      show: true,
      type: 'category',
      data: ['12:00', '14:00', '16:00', '18:00', '20:00', '22:00', '24:00', '12:00', '14:00', '16:00', '18:00', '20:00', '22:00', '24:00'],
      axisTick: {
        show: false
      },
      axisLine: {
        show: false
      },
      splitLine: {
        show: false
      },
    }],
    yAxis: [{
      type: 'value',
      show: true,
      axisLine: {
        show: false
      },
      splitLine: {
        show: false
      },
    }],
    dataZoom: [{
      type: 'inside',
      filterMode: 'filter',
      startValue: 0,
      endValue: 6,
    }],
    series: [{
      type: 'bar',
      barWidth: '30%',
      hoverAnimation: false,
      data: [10, 52, 200, 334, 390, 330, 220, 10, 52, 200, 334, 390, 330, 220],
      label: {
        show: true,
        position: 'top',
        color: '#000'
      },
    }]
  };

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

@smc1989
2018-03-09 12 53 02

这个效果是你预期的吗?

我的微信开发者工具版本 1.02.1802270 Mac 版,基础库 1.9.91

from echarts-for-weixin.

smc1989 avatar smc1989 commented on April 27, 2024

咱们的基础库和编辑器的版本是一样的,
您上图的效果是在不添加左右滑动时的效果,我也是可以有同样的效果。
但是问题是:
我的设置里面里面,有这样一段设置:

   dataZoom: [{
      type: 'inside',
      filterMode: 'filter',
      startValue: 0,
      endValue: 6,
    }],

这个是这设置可以左右滑动效果的,加上这个之后,会发生我所说的那些问题,下面是我有问题的效果图:

from echarts-for-weixin.

smc1989 avatar smc1989 commented on April 27, 2024

好像是我这边设置的问题,需要把 filterMode: 'filter'设置成‘none’后就可以正常显示了

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

@smc1989 那都没问题了?

from echarts-for-weixin.

smc1989 avatar smc1989 commented on April 27, 2024

对 除了这个echart组件不能在scroll-view里面使用的问题以外,其他的我这边使用过程中的问题暂时是解决了,关于这个scroll-view这个问题之后会修复吗?

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

scroll-view 又是什么问题?

from echarts-for-weixin.

gongsan9527 avatar gongsan9527 commented on April 27, 2024

同样的问题

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

@gongsan9527 你是什么问题?他已经说解决了,你可以用同样的方法解决吗?

from echarts-for-weixin.

gongsan9527 avatar gongsan9527 commented on April 27, 2024

同样的问题 三个以上的数据不显示 用上面的方法解决不了~~~

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

@gongsan9527 官网例子一点没改?怎么复现?

from echarts-for-weixin.

Ovilia avatar Ovilia commented on April 27, 2024

使用新版 canvas 2d 应该可以解决这个问题。如果还有问题请重新 open。

from echarts-for-weixin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.