summaryrefslogtreecommitdiffstats
path: root/js/yui3/series-marker/series-marker-min.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/series-marker/series-marker-min.js')
-rw-r--r--js/yui3/series-marker/series-marker-min.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/yui3/series-marker/series-marker-min.js b/js/yui3/series-marker/series-marker-min.js
new file mode 100644
index 000000000..8b49ee381
--- /dev/null
+++ b/js/yui3/series-marker/series-marker-min.js
@@ -0,0 +1,8 @@
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+YUI.add("series-marker",function(e,t){e.MarkerSeries=e.Base.create("markerSeries",e.CartesianSeries,[e.Plots],{_setStyles:function(t){return t.marker||(t={marker:t}),t=this._parseMarkerStyles(t),e.MarkerSeries.superclass._mergeStyles.apply(this,[t,this._getDefaultStyles()])}},{ATTRS:{type:{value:"marker"}}})},"3.17.2",{requires:["series-cartesian","series-plot-util"]});