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

HistoryGraph formatter-Parameter unterstützt keine Callback function #1459

Closed
mcuiobroker opened this issue Jan 10, 2022 · 2 comments
Closed
Assignees
Labels
feature 🌟 Feature request or enhancement Module HistoryGraph Module HistoryGraph

Comments

@mcuiobroker
Copy link
Collaborator

mcuiobroker commented Jan 10, 2022

v3.0.5

"axisLabel": {
      "formatter": "function (value) { var newVal = Math.round(value * 10) / 10; return newVal; }",
      "margin": 25,
      "showMaxLabel": true,
      "showMinLabel": true
}

Auch andere Funktionen parseFloat(value).toFixed(2) funktionieren nicht.

image

image

@mcuiobroker mcuiobroker added the bug 🐛 Something isn't working label Jan 10, 2022
@Zefau Zefau added feature 🌟 Feature request or enhancement and removed bug 🐛 Something isn't working labels Jan 10, 2022
@assign-milestone-to-issue assign-milestone-to-issue bot added this to the VOTING FEATURE REQUESTS milestone Jan 10, 2022
@assign-milestone-to-issue

This comment was marked as resolved.

@Zefau Zefau added the Module HistoryGraph Module HistoryGraph label Jul 23, 2022
@Zefau Zefau removed this from the VOTING FEATURE REQUESTS milestone Jul 24, 2022
@Zefau
Copy link
Owner

Zefau commented Jul 27, 2022

implemented with v3.1.0-alpha.26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🌟 Feature request or enhancement Module HistoryGraph Module HistoryGraph
Projects
Archived in project
Development

No branches or pull requests

2 participants