kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
2.96k stars 232 forks source link

fix: allow zero tooltip #880

Closed akloeckner closed 1 year ago

akloeckner commented 1 year ago

fixes #805 as outlined in my comment there

Note: this could as well be fixed with ES2020's nullish coalescing operator ??. But the source did not compile with it.

akloeckner commented 1 year ago

Looking a bit more into the (better) fix using ES2020 makes me think, this would require a major polishing of the used node modules. ES2020 requires an updated eslint, but that is not compatible with the used airbnb base configuration. So, I would not go this route at the current point in time.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.12.0-dev.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 0.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: