d3

Tag chart

Component Information 
InfoValue
Component Typeedu.wright.hendrix11.d3.chart.ChartComponent
Handler ClassNone
Renderer Typeedu.wright.hendrix11.d3.chart.ChartRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
chartModeltruejavax.el.ValueExpression
(must evaluate to edu.wright.hendrix11.d3.chart.ChartModel)
The Java object holding the chart data and data configuration.
idtruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the id attribute of the div element that contains the chart. This is necessary because it defines what the chart is bound to.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of chart to render. Available values are:
  • line
  • spline
  • step
  • area
  • area-spline
  • area-step
  • bar
  • scatter
  • pie
  • donut
  • gauge
Defaults to line.
gridXfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show the grid along the x axis. Defaults to false.
gridYfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show the grid along the y axis. Defaults to false.
showLegendfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show the legend. Defaults to true.
legendPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Where to show the legend. Possible values include:
  • bottom
  • right
  • inset
Defaults to bottom.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The title of the chart.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the class attribute of the div element that contains the chart.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the style attribute of the div element that contains the chart.

Output generated by Vdldoc View Declaration Language Documentation Generator.