add templates for plugins: Google gauge and multiline charts
This commit is contained in:
18
app/views/plugins/templates/chart.html
Normal file
18
app/views/plugins/templates/chart.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="height: 100%;">
|
||||
<head>
|
||||
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="//thingspeak.com/highcharts-3.0.8.js"></script>
|
||||
<script type="text/javascript" src="//thingspeak.com/exporting.js"></script>
|
||||
|
||||
%%PLUGIN_CSS%%
|
||||
%%PLUGIN_JAVASCRIPT%%
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="chart-container">
|
||||
<img alt="Ajax loader" src="/assets/ajax-loader.gif" style="position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0;" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user