We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When generating a picture from an e-chart, that shows the current values of variables in the legend, the picture will not show these values.
To Reproduce
sendTo('echarts.0', { preset: 'echarts.0.chartWithValuesName', renderer: 'jpg', quality: 0.5, fileOnDisk: '/opt/iobroker/iobroker-data/echarts-temp-photo.jpg' }, result => { if (result.error) { sendTo("telegram.0", "send", { text: result.error }); } else { sendTo("telegram.0", "send", { text: '/opt/iobroker/iobroker-data/echarts-temp-photo.jpg' }); } }
Expected behavior Picture looks the same as the chart.
Versions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When generating a picture from an e-chart, that shows the current values of variables in the legend, the picture will not show these values.
To Reproduce
Expected behavior
Picture looks the same as the chart.
Versions:
The text was updated successfully, but these errors were encountered: