diff --git a/lib/saulabs/reportable/config.rb b/lib/saulabs/reportable/config.rb index 5dfbc4c..6e944a9 100644 --- a/lib/saulabs/reportable/config.rb +++ b/lib/saulabs/reportable/config.rb @@ -38,6 +38,9 @@ module Config :grid => { :show => false }, + :xaxis => { + :mode => :time + }, :series => { :lines => { :fill => true, diff --git a/lib/saulabs/reportable/report_tag_helper.rb b/lib/saulabs/reportable/report_tag_helper.rb index 73c423c..3cec537 100644 --- a/lib/saulabs/reportable/report_tag_helper.rb +++ b/lib/saulabs/reportable/report_tag_helper.rb @@ -146,12 +146,9 @@ def flot_report_tag(data, options = {}, flot_options = {}) %Q{
} end