Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

To render information in facets, use the Series Facet tag, which must be nested within a Chart Display tag.

Usage

<chart:display response="response" title="Current Products vs Recommended Products">
	<series:facet name="current_products" type="column" title="Current Products" color="blue"</series:facet>
	<series:facet name="recommended_products" type="line" title="Recommended Products" color="#006600"</series:facet>
</chart:display>
Multi Series Facet Chart To see all related attributes, see the series:facet tag documentation.