Browse Source

优化预报到数据概览图表颜色不一致错误

master
Hjj 4 days ago
parent
commit
8c63bd8138
  1. 1
      app/Admin/Metrics/Examples/Follow/AllNewFollowSpeciality.php

1
app/Admin/Metrics/Examples/Follow/AllNewFollowSpeciality.php

@ -80,7 +80,6 @@ class AllNewFollowSpeciality extends Round @@ -80,7 +80,6 @@ class AllNewFollowSpeciality extends Round
*/
public function withChart(array $data)
{
$this->chartColors(['#dda451', '#ea5455']);
return $this->chart([
'series' => $data,
]);

Loading…
Cancel
Save