dynamic (true/false) Make chart update automatically every 15 seconds, default: false (optional)
step (true/false) Draw chart as a step chart, default: false (optional)
export (true/false) Show export buttons, so that chart can be saved as an image, default: false (optional)
+
yaxismin (decimal) Minimum value of chart's Y-Axis; if blank the value is auto-calculated (optional)
+
yaxismax (decimal) Maximum value of chart's Y-Axis; if blank the value is auto-calculated (optional)
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2cab867..d337ec3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -70,8 +70,8 @@ en:
channel_being_cleared: "This channel is currently being cleared. Any data you post to this channel before clearing is complete may be deleted."
channel_video_type_blank: "Either Youtube, or Vimeo, is required if a Video ID is specified."
chart: "Chart"
- chart_max: "Max"
- chart_min: "Min"
+ chart_max: "Data Max"
+ chart_min: "Data Min"
chart_background_color: "Background"
chart_is_dynamic: "Dynamic?"
chart_embed_code: "Embed Code"
@@ -84,6 +84,8 @@ en:
chart_update: "Update Chart"
chart_xaxis: "X-Axis"
chart_yaxis: "Y-Axis"
+ chart_yaxis_min: "Y-Axis Min"
+ chart_yaxis_max: "Y-Axis Max"
charts: "Charts"
charts_view: "View Charts"
comment_add: "Add comment"