Blacklotus45 / Chart.js

Simple HTML5 Charts using the <canvas> tag
http://www.chartjs.org/
MIT License
1 stars 0 forks source link

What replaces `y-axis` with v 2.4 mode upgrades? #2

Open Blacklotus45 opened 7 years ago

Blacklotus45 commented 7 years ago

With the mode and intersect changes in v. 2.4.0, it's not clear what to replace y-axis with. (See #3400 for history on this.)

Steps to Reproduce (for bugs)

See: https://jsbin.com/bevabi/4/edit?html,css,js,output

  1. Hover above the bars on the (vertical) bar chart.

  2. Note that with mode: 'index' and intersect: false set, the whole region highlights both sets of data.

    gif

  3. Now hover to the right of the horizontal bars noton the bar themselves. Note that they do not get updated, unlike the vertical bar chart.

    gif

Context

In the past, I just used x-axis and y-axis. With index replacing x-axis, what replaces y-axis now?

Environment

cagdasgerede commented 7 years ago

Orijinal repodaki issueya link koyar misiniz?

Blacklotus45 commented 7 years ago

https://github.com/chartjs/Chart.js/issues/3905

cagdasgerede commented 7 years ago

ok

Blacklotus45 commented 7 years ago

issue fixed on last update

Blacklotus45 commented 7 years ago

Contact made with the developers, will be implemented on the main repository eventually.