Element: <oj-c-line-chart-group>

CORE PACK

Oracle® JavaScript Extension Toolkit (JET)
16.0.0

F83701-01

Since:
  • 16.0.0
Module:
  • line-chart-group

QuickNav

Attributes

Other Topics


JET Line Chart Group

The oj-c-line-chart-group element is used to declare group properties. See the Help documentation for more information.

 
 <oj-c-line-chart data="[[dataProvider]]">
  <template slot='groupTemplate'>
    <oj-c-line-chart-group
      drilling='on'
      label-style='[[$current.depth == 1 ? {"fontWeight":"bold"} : {"fontStyle":"italic"}]]'>
    </oj-c-line-chart-group>
  </template>
 </oj-c-line-chart>
 
 

Accessibility

Read the Accessibility Section of the oj-c-line-chart component for details about making this component accessible.


Usage

Signature:

interface CLineChartGroupElement

Typescript Import Format
//To typecheck the element APIs, import as below.
import { CLineChartGroupElement } from "oj-c/line-chart-group";

//For the transpiled javascript to load the element's module, import as below
import "oj-c/line-chart-group";

For additional information visit:


Attributes

drilling :"inherit"|"off"|"on"

Whether drilling is enabled on the group label. Drillable objects will show a pointer cursor on hover and fire an ojDrill event on click. To enable drilling for all group labels at once, use the drilling attribute in the top level.

name :string

The name of the group.

short-desc :string

The description of the group. This is used for customizing the tooltip text and only applies to a categorical axis.