assets.js.lib.dygraph-plugins-loader.js Maven / Gradle / Ivy
The newest version!
/*
* Serposcope - SEO rank checker https://serposcope.serphacker.com/
*
* Copyright (c) 2016 SERP Hacker
* @author Pierre Nogues
* @license https://opensource.org/licenses/MIT MIT License
*/
/* global Dygraph */
Dygraph.PLUGINS = [
Dygraph.Plugins.Axes,
Dygraph.Plugins.Annotations,
Dygraph.Plugins.Grid,
Dygraph.Plugins.Serposcope
];