mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7654 201d5d3c-b55e-5fd7-737f-ddc643e51545
23 lines
547 B
HTML
23 lines
547 B
HTML
{'<?xml version="1.0" encoding="utf-8"?>'}
|
|
<SMChart>
|
|
<chart>
|
|
<title>{$lang->analytics_api_method[$parsed_data->method]}</title>
|
|
<seperate>|</seperate>
|
|
<startViewRate>100</startViewRate>
|
|
<units>
|
|
<xAxis>
|
|
<unit isView='false'>{$parsed_data->unit}</unit>
|
|
</xAxis>
|
|
<yAxis>
|
|
<unitMax>{$parsed_data->unitMax}</unitMax>
|
|
</yAxis>
|
|
</units>
|
|
</chart>
|
|
<values>
|
|
<valueName>{$parsed_data->value_names}</valueName>
|
|
<!--@foreach($parsed_data->data as $key => $val)-->
|
|
<value time='{$key}'>{$val}</value>
|
|
<!--@end-->
|
|
</values>
|
|
</SMChart>
|
|
|