Calendar Charts
JavaScript Chart Types
Calendar Charts
Calendar charts provide a powerful visualization for time based data as well as a context aware date selection tool ideally suited to dashboards and selection interfaces to other JS Charting types. This all new type includes horizontal orientations, advanced calendar patterns and integrated heatmap support.
![](../../../images/thumbs/Javascript_CalendarTickCharts_Chart.png)
Using nest to group data by week and day of week. Then display the grouping sums on axis ticks using microcharts.
![](../../../images/thumbs/Javascript_CalendarHolidays_Chart.png)
Calendar patterns applied to a year view calendar chart to display federal holidays over a number of years.
![](../../../images/thumbs/Javascript_CalendarNavigation_Chart.png)
A date picker calendar chart that uses point selection to select any date across 20 years.
![](../../../images/thumbs/Javascript_CalendarOzone_Chart.png)
Calendar chart from CSV data file with custom smartPalette and axis ticks.
![](../../../images/thumbs/Javascript_CalendarPlannerSelection_Chart.png)
Events data loaded dynamically shown as dots with expanded view on click.
![](../../../images/thumbs/Javascript_CalendarPlannerTooltips_Chart.png)
Events data loaded dynamically shown as dots with expanded view in tooltips.
![](../../../images/thumbs/Javascript_CalendarRangePicker_Chart.png)
A fully functional calendar date range picker with blackout dates loaded from CSV file.
![](../../../images/thumbs/Javascript_CalendarRangePickerData_Chart.png)
A fully functional heatmap calendar date range picker that controls a line chart.
![](../../../images/thumbs/Javascript_CalendarSteps_Chart.png)
Daily step data loaded from CSV with a customized smartPalette.
![](../../../images/thumbs/Javascript_CalendarWeekActivity_Chart.png)
CSV activity data calendar chart using a customized smartPalette.
See also Calendar Chart Tutorial