-
Notifications
You must be signed in to change notification settings - Fork 30
Missing chart id in the rendered chart markup #922
Copy link
Copy link
Labels
doc-createdThis label will be used after the doc-needed request has been satisfied.This label will be used after the doc-needed request has been satisfied.doc-neededThis issue requires documentation updates or additions once it has been completed.This issue requires documentation updates or additions once it has been completed.enhancementRequest to improve or optimize an existing feature or functionality in the projectRequest to improve or optimize an existing feature or functionality in the projectreleasedIndicate that an issue has been resolved and released in a particular version of the product.Indicate that an issue has been resolved and released in a particular version of the product.
Metadata
Metadata
Assignees
Labels
doc-createdThis label will be used after the doc-needed request has been satisfied.This label will be used after the doc-needed request has been satisfied.doc-neededThis issue requires documentation updates or additions once it has been completed.This issue requires documentation updates or additions once it has been completed.enhancementRequest to improve or optimize an existing feature or functionality in the projectRequest to improve or optimize an existing feature or functionality in the projectreleasedIndicate that an issue has been resolved and released in a particular version of the product.Indicate that an issue has been resolved and released in a particular version of the product.
Description:
When you render a post that contains a chart, that chart's
divcontainer sometimes includes an element with thevisualizer-actionclass and thedata-visualizer-chart-idattribute. We need that attribute to always be present in order to guess that chart's id, but sometimes the attribute is not sent with chart markup.How to reproduce:
data-visualizer-chart-idattribute.Expected behavior:
Posts that contain charts always render a container tag with the
data-visualizer-chart-idattribute.Technical info