Chart.js/docs/sidebars.js

83 lines
1.9 KiB
JavaScript
Raw Normal View History

module.exports = {
someSidebar: {
2020-05-08 15:45:12 +02:00
Introduction: ['index'],
'Getting Started': [
2020-05-08 15:45:12 +02:00
'getting-started/index',
'getting-started/installation',
'getting-started/integration',
'getting-started/usage',
'getting-started/v3-migration'
],
General: [
'general/data-structures',
'general/accessibility',
'general/responsive',
'general/device-pixel-ratio',
2020-05-08 15:45:12 +02:00
{Interactions: ['general/interactions/index', 'general/interactions/events', 'general/interactions/modes']},
'general/options',
'general/colors',
'general/fonts',
'general/performance'
],
Configuration: [
2020-05-08 15:45:12 +02:00
'configuration/index',
'configuration/animations',
'configuration/layout',
'configuration/legend',
'configuration/title',
'configuration/tooltip',
'configuration/elements'
],
'Chart Types': [
'charts/line',
'charts/bar',
'charts/radar',
'charts/doughnut',
'charts/polar',
'charts/bubble',
'charts/scatter',
'charts/area',
'charts/mixed'
],
Axes:[
2020-05-08 15:45:12 +02:00
'axes/index',
{ Cartesian: [
2020-05-08 15:45:12 +02:00
'axes/cartesian/index',
'axes/cartesian/category',
'axes/cartesian/linear',
'axes/cartesian/logarithmic',
'axes/cartesian/time'
]},
{ Radial: [
2020-05-08 15:45:12 +02:00
'axes/radial/index',
'axes/radial/linear'
]},
'axes/labelling',
'axes/styling'
],
Developers: [
2020-05-08 15:45:12 +02:00
'developers/index',
'developers/api',
{
type: 'link',
label: 'TypeDoc',
href: 'typedoc/index.html'
},
'developers/updates',
'developers/plugins',
'developers/charts',
'developers/axes',
'developers/contributing'
],
'Additional Notes':[
'notes/comparison',
{
type: 'link',
label: 'Extensions',
href: 'https://github.com/chartjs/awesome'
},
'notes/license'
]
},
};