Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(legacy-charts): multi-chart data change bug #814

Closed
wants to merge 1 commit into from
Closed

fix(legacy-charts): multi-chart data change bug #814

wants to merge 1 commit into from

Conversation

ShacharMeir007
Copy link

@ShacharMeir007 ShacharMeir007 commented Apr 19, 2022

Fix or Enhancement?

Fixed #801

  • All tests passed

Environment

  • OS: macOS
  • NPM Version: 8.5.5

Copy link
Collaborator

@thabarbados thabarbados left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR. Yes, it fixes a bug when rendering multiple reactive charts on the same page. But, it returns a bug when using the chartjs-plugin-annotation. We need to find a solution that would fix both bugs.

@@ -23,7 +23,7 @@ import {
} from '../../src/utils'

export function generateChart(chartId, chartType, chartController) {
let _chartRef = null
// let _chartRef = null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove comment

@thabarbados thabarbados closed this May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Multichart in same page only loads one
2 participants