This utility class supplies the methods needed to control a scoreCard using a navigator component. More...
Public Member Functions | |
scorecardCloseButtonClick (navigator, chart, key) | |
Button clicked in navigator close button. | |
scorecardDataArrange (navigator, chart, key, swap, final) | |
This is called when a list within the navigator is rearranged. More... | |
scorecardDataChange (navigator, svg, chart, key, value, final) | |
This is called when a data value within the navigator is changed. More... | |
scorecardGetContentForLevel (navigator, chart, level, key, value) | |
Return an object describing what to display for this level. | |
scorecardHeaderButtonClick (navigator, chart, key) | |
Button clicked in navigator header. | |
This utility class supplies the methods needed to control a scoreCard using a navigator component.
scorecardDataArrange | ( | navigator, | |
chart, | |||
key, | |||
swap, | |||
final | |||
) |
This is called when a list within the navigator is rearranged.
key is the key for the item and swap indicates what items to rearrange. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).
scorecardDataChange | ( | navigator, | |
svg, | |||
chart, | |||
key, | |||
value, | |||
final | |||
) |
This is called when a data value within the navigator is changed.
key is the key for the item and value is the new value. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).