forked from CITKParus/P8-Panels
WEB APP: поправлены размеры графика в примерах для разработчиков
This commit is contained in:
parent
309fbc1ecc
commit
24585ba6b2
@ -22,7 +22,7 @@ import { ApplicationСtx } from "../../context/application"; //Контекст
|
|||||||
const STYLES = {
|
const STYLES = {
|
||||||
CONTAINER: { textAlign: "center", paddingTop: "20px" },
|
CONTAINER: { textAlign: "center", paddingTop: "20px" },
|
||||||
TITLE: { paddingBottom: "15px" },
|
TITLE: { paddingBottom: "15px" },
|
||||||
CHART: { minWidth: "80vw", maxHeight: "80vw", display: "flex", justifyContent: "center" },
|
CHART: { minWidth: "65vw", maxHeight: "65vw", display: "flex", justifyContent: "center" },
|
||||||
CHART_PAPER: { padding: "25px" }
|
CHART_PAPER: { padding: "25px" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
2
dist/p8-panels.js
vendored
2
dist/p8-panels.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user