Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<chart:display response="response" title="Current Products vs Recommended Products">
<series:facet name="current_products" type="column" title="Current Products"></series:facet>
<series:facet name="recommended_products" type="column" title="Recommended Products"></series:facet>
<chart:tooltip header-format="<b>{point.x}</b><br/>" point-format="{series.name}: <b>{point.y}</b><br/>"></chart:tooltip>
</chart:display>
<chart:display response="response" title="Current Products vs Recommended Products" stacking="normal">
<series:facet name="current_products" type="column" title="Current Products"></series:facet>
<series:facet name="recommended_products" type="column" title="Recommended Products"></series:facet>
<chart:tooltip headerFormat="<b>{point.x}</b><br/>" point-format="{series.name}: <b>{point.y}</b><br/>" shared="true"></chart:tooltip>
</chart:display>
Was this page helpful?