diff --git a/docs/index.html b/docs/index.html index ce46ecd..6abfed1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -125,6 +125,18 @@ +
...
+ // Include specific Y values in input data to be displayed as lines
+ // (before passing data to a new chart):
+
+ data.specific_values = [
+ {
+ title: "Altitude",
+ line_type: "dashed", // or "solid"
+ value: 38
+ }
+ ]
+ ...