chart.php 650 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '表名',
  5. 'Field_total' => '统计字段',
  6. 'Type_total' => '统计类型',
  7. 'Group_field' => '分组字段',
  8. 'Field_time' => '时间字段',
  9. 'Chart_type' => '图表类型',
  10. 'Pie' => '饼状图',
  11. 'Graph' => '曲线图',
  12. 'Histogram' => '柱状图',
  13. 'Title' => '标题',
  14. 'Subtext' => '描述',
  15. 'Where' => '自定义Where',
  16. 'Legend_title'=> '图例标题',
  17. 'Unit' => '单位',
  18. 'Weigh' => '排序',
  19. 'Sum' => '总和',
  20. 'Count' => '总行数'
  21. ];