Commit a50f42b5 authored by Boxiang Sun's avatar Boxiang Sun

erp5_officejs_support_request_ui: Switch the chart title.

The commit 1fbf9ba9 put
the title in wrong order. Correct it. This commit is not
a revert, it is a fixing.
parent af080d90
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
'0': {"title": "Days"}, '0': {"title": "Days"},
'1': {"title": "Number", "value_type": "number"} '1': {"title": "Number", "value_type": "number"}
}, },
title: "Last Month Activity" title: "Support Request Pipe"
} }
} }
} }
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
0: {"title": "date"}, 0: {"title": "date"},
1: {"title": "value", "value_type": "number"} 1: {"title": "value", "value_type": "number"}
}, },
title: "Support Request Pipe" title: "Last Month Activity"
} }
} }
}); });
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.1253.14163.7168</string> </value> <value> <string>962.1253.58085.39031</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1505136353.12</float> <float>1505136646.23</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment