EJSC.Chart Property Examples
Properties Demonstrated
- Standard EJSC.Chart Properties
Desired Result
Default Chart Settings
Source Code
- Rendering Source Code...
Properties Demonstrated
- allow_interactivity
- show_messages
- title
Desired Result
This chart will have not be interactive (ie zooming, moving, point selection, etc.). In addition the status messages (such as "Drawing..." when the chart is loading) will not be displayed and the title will display custom text.
Source Code
- Rendering Source Code...
Properties Demonstrated
- Standard EJSC.Chart Properties
Desired Result
Default Chart Settings
Source Code
- Rendering Source Code...
Properties Demonstrated
- allow_zoom
- show_legend
- proximity_snap
Desired Result
This chart will not allow zooming, and it will allow for a point to be selected anywhere within 15 pixels of its location. In addition the legend has been removed.
Source Code
- Rendering Source Code...
Properties Demonstrated
- Standard EJSC.Chart Properties
Desired Result
Default Chart Settings
Source Code
- Rendering Source Code...
Properties Demonstrated
- auto_zoom
- auto_find_point_by_x
Desired Result
This chart will auto-select the zoom area based on the Y coordinates selected by the user, and ignore the cursors y axis value when selecting a point.
Source Code
- Rendering Source Code...
Properties Demonstrated
- Standard EJSC.Chart Properties
Desired Result
Default Chart Settings
Source Code
- Rendering Source Code...
Properties Demonstrated
- show_hints
- show_titlebar
Desired Result
This chart will not show its titlebar and will not show hints when a point is hovered over or selected.
Source Code
- Rendering Source Code...