question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HA 20212.7 No more Chart....

See original GitHub issue

as HA changed its Charts, this is now no longer functional and showing the Chart card without Chart

Schermafbeelding 2021-07-02 om 09 55 50

error in inspector:

Cannot read property 'forEach' of undefined in:

          var meta = chartInstance.controller.getDatasetMeta(2);
            meta.data.forEach(function (bar, index) {
              var data = (Math.round((chartInstance.data.datasets[2].data[index]) * 10) / 10).toFixed(1);
              ctx.fillText(data, bar._model.x, bar._model.y - 5);
            });

called by: <ha-chart-base hass="[[_hass]]" data="[[ChartData]]"></ha-chart-base>

resource file in HA code: https://github.com/home-assistant/frontend/blob/dev/src/components/chart/ha-chart-base.ts

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
koyingcommented, Jul 11, 2021

See https://github.com/koying/lovelace-weather-card-chart/tree/chartjs3 for a working fix Please test, probably still some issues to be fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

HA 20212.7 No more Chart.... · Issue #59 - GitHub
as HA changed its Charts, this is now no longer functional and showing the Chart card without Chart error in inspector: Cannot read...
Read more >
Lovelace: Weather card with chart - #186 by Peet
https://github.com/Yevgenium/lovelace-weather-card-chart Custom weather card for Lovelace: Animated chart with ... HA 20212.7 No more Chart.
Read more >
Mariah Carey's 'Christmas' Continues Atop Global Charts
Mariah Carey's “All I Want for Christmas Is You” holds at No. 1 on both the Billboard Global 200 and Billboard Global Excl....
Read more >
2022 Music Year in Review - Official Charts
The six-odd year gaps between studio albums by Red Hot Chili Peppers, Jamie T, A-Ha and Beyoncé almost seem like nothing by comparison, ......
Read more >
[Weekly KPOP Chart] 4th Week of December 2021
The Charts ; 13 · 14 · 15 ; Killing Me · Sweet Travel · No More X ; CHUNG HA · VICTON...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found