Commit 61db316a by jml0128

fix:修改柱状图样式

1 parent cb89ae87
...@@ -2,11 +2,10 @@ ...@@ -2,11 +2,10 @@
* @Description: * @Description:
* @Date: 2021-06-10 13:51:26 * @Date: 2021-06-10 13:51:26
*/ */
import { dealString, dealFormatter, getInterval } from '../common'; import { dealString, dealFormatter } from '../common';
const grid = { const grid = {
containLabel: true, containLabel: true,
left: 10, left: 10,
right: 15,
bottom: 10, bottom: 10,
top: 30 top: 30
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!