Problem with auto-gen dashboard

Hello!
I have a problem with auto-gen dashboard, particularly: Grafana ignored my “gridPos” options.

Part of my code:
“gridPos”: {
“h”: 3,
“w”: 2,
“x”: 0,
“y”: 0
},
“id”: 1,
“isGrayOnNoData”: false,
“isHideAlertsOnDisable”: false,
“isIgnoreOKColors”: false,
“links”: [],
“namePrefix”: “”,
“repeat”: “Name”,
“repeatDirection”: “h”,

Full dashboard is available via link: https://drive.google.com/file/d/1l2vMO3W86BCJgLZ6dQBuBQgZehD6O-U_/view?usp=sharing

When I add dashboard with parameters “repeatDirection”: “h”, Grafana created panels with ““w”: 6,”, but, as i mentioned before parameter should be “w”: 2. But when I changed “repeatDirection”: “h” to “repeatDirection”: “v”, Grafana imports template correctly.
Screenshots: https://drive.google.com/open?id=1NUwhsWEVj0xgINLgtvth4n8i5XpcEySS

To my mind the problem is in Grafana.

Thanks!

up
I don’t know what I’m doing incorrect. Developers, help me please :slight_smile: