WEB APP: поправлены размеры графика в примерах для разработчиков

This commit is contained in:
Mikhail Chechnev 2023-12-18 20:00:26 +03:00
parent 309fbc1ecc
commit 24585ba6b2
2 changed files with 2 additions and 2 deletions

View File

@ -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

File diff suppressed because one or more lines are too long