Multiple Axes
Properties Demonstrated
- Series.x_axis: "top" | "bottom"
- Series.y_axis: "left" | "right"
Desired Result
Multiple axes can be used to compare data with a common Y scale but different X scales such as page views vs. unique visotors over time. Implementing this functionality in Emprise JavaScript Charts is as simple as setting the x_axis or y_axis property within a series to the side on the chart the scale should be displayed.
Source Code
- Rendering Source Code...