a_la_chart 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.1.4 2010-1-14
2
+
3
+ * 1 bug fix:
4
+ * Fixed inline data charts in IE
5
+
1
6
  === 0.1.2 2010-1-14
2
7
 
3
8
  * 2 major enhancement:
@@ -13,7 +13,7 @@
13
13
  params[:title] = args[:title]
14
14
  %>
15
15
  <div>
16
- <fusioncharts id="<%= div_id %>"
16
+ <fusioncharts chartId="<%= div_id %>"
17
17
  chartType="<%= chart_type %>"
18
18
  swfPath="/FusionCharts/"
19
19
  width="<%= width %>"
@@ -6,7 +6,7 @@
6
6
  chart_type = args[:dimensions] == 3 ? chart_type_config[:d3] || chart_type : chart_type
7
7
  %>
8
8
  <div>
9
- <fusioncharts id="<%= div_id %>"
9
+ <fusioncharts chartId="<%= div_id %>"
10
10
  chartType="<%= chart_type %>"
11
11
  swfPath="/FusionCharts/"
12
12
  dataUrl="<%= CGI::escape(url) %>"
data/lib/a_la_chart.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module ALaChart
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
4
4
 
5
5
  require File.join(File.dirname(__FILE__), 'a_la_chart', 'config')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a_la_chart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Redmond
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-14 00:00:00 -05:00
12
+ date: 2010-01-15 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency