Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_dataTableViz_jqplotGraph.twig « templates « CoreVisualizations « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aee1a052419a1c55eb8573c19e2581b99ba431b2 (plain)
1
2
3
<div alt="{{ 'Mobile_StaticGraph'|translate }}"  class="jqplot-graph">
    <div class="piwik-graph" data-data="{{ visualization.getGraphData(dataTable, properties)|json_encode }}"></div>
</div>