-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add msg support for y axis type #1325
Conversation
switching to draft until I can add "before tests" - want to ensure no breaking changes (apart from where something is fixed) |
Tying this, no data shows: Example flow.json
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Details left in comment above
Ah, my fault, the example I shared is broken (did you change it to get it working?), it should have marked the y property as |
I changed the examples in the examples folder (as noted in the OP) because they were wrongly setting |
Re-read - no i didnt, but i did open it and "look" at its config. I'll try once more, plain import and deploy... |
closes #1253
Description
adds
key
andmsg.
(could not think howstr
would work!fixes
fixes x-axis
msg.xxx
evaluation. Previously it was using the simplegetProperty
and trying to get msg.payload.payload.x now it uses the RED util function to correctly evaluate the propy-axis not being hidden when series is set to JSON type
string type for x-axis not working as expected
line chart example
msg.datestamp
msg.
is fixed, this breaks the example (it was working by accident)scatter chart example
msg.x
but now that evaluatingmsg.
is fixed, this breaks the example (it was working by accident)bar chart example:
msg.category
(should really bekey: category
)msg.
is fixed, this breaks the example (it was working by accident)Other
Related Issue(s)
#1253
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label