<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -409,24 +409,24 @@ def chart_marker(marker, color, dataset_index, data_point, size):
     marker = marker_types.get(marker, marker)
     return {&quot;chm&quot;: smart_join(&quot;,&quot;, marker, color, dataset_index, data_point, size)}
     
-@option(&quot;chart-makers&quot;, multi=&quot;|&quot;)
+@option(&quot;chart-markers&quot;, multi=&quot;|&quot;)
 def chart_markers(dataset_index, iterable):
     &quot;&quot;&quot;Provide an iterable yielding (type, color, point, size)&quot;&quot;&quot;
     try:
         it = iter(iterable)
     except TypeError:
         return {}
-    
+
     markers = []
     for m in it:
         try:
-            marker, color, point, size = m
+            marker, color, data_point, size = m
         except ValueError:
             continue
-        marker - marker_types.get(marker, marker)
+        marker = marker_types.get(marker, marker)
         markers.append(smart_join(&quot;,&quot;, marker, color, dataset_index, data_point, size))
-    
-    return {&quot;chm&quot;: smart_join(&quot;|&quot;, markers)}
+
+    return {&quot;chm&quot;: smart_join(&quot;|&quot;, *flatten(markers))}
 
 @option(&quot;chart-map-area&quot;)
 def chart_map_area(where):</diff>
      <filename>googlecharts/templatetags/charts.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>562c0e5a4d6e65b78900d016293defd1158bd10f</id>
    </parent>
  </parents>
  <author>
    <name>palewire</name>
    <email>ben.welsh@latimes.com</email>
  </author>
  <url>http://github.com/jacobian/django-googlecharts/commit/9bbb63d5b89dbab11c172c63d1b2702af95105a2</url>
  <id>9bbb63d5b89dbab11c172c63d1b2702af95105a2</id>
  <committed-date>2009-01-09T12:43:10-08:00</committed-date>
  <authored-date>2009-01-09T12:33:50-08:00</authored-date>
  <message>Fixed some itty bitty problems with chart_markers

Signed-off-by: Jacob Kaplan-Moss &lt;jacob@jacobian.org&gt;</message>
  <tree>558d5fdc1606776fd96f57f0561e9823e23d53fc</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
