We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e7458 commit 4596cc9Copy full SHA for 4596cc9
1 file changed
lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js
@@ -130,7 +130,7 @@ function register( router ) {
130
router.route( axesTickColor() ); // /config/axes/:axis/tickColor
131
router.route( axesTitle() ); // /config/axes/:axis/title
132
router.route( axesTitleColor() ); // /config/axes/:axis/titleColor
133
- router.route( axesTitleFont() ); // /config/axes/:axis/titleFont
+ router.route( axesTitleFont() ); // /config/axes/:axis/titleFont
134
router.route( axesTitleOpacity() ); // /config/axes/:axis/titleOpacity
135
136
router.route( background() ); // /config/background
0 commit comments