File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -717,9 +717,9 @@ To add informative titles for your axes, you can use `<table>` tags. To add axis
717717 justify-items : center ;
718718 grid-template-columns : 50px 1fr ;
719719 grid-template-rows : 250px 50px ;
720- grid-template-areas :
721- " data-axis chart"
722- " primary-axis primary-axis" ;
720+ grid-template-areas :
721+ " data-axis chart"
722+ " . primary-axis" ;
723723}
724724#my-chart > table {
725725 grid-area : chart;
@@ -742,9 +742,9 @@ To add informative titles for your axes, you can use `<table>` tags. To add axis
742742 justify-items: center;
743743 grid-template-columns: 50px 1fr;
744744 grid-template-rows: 250px 50px;
745- grid-template-areas:
746- "data-axis chart"
747- "primary-axis primary-axis";
745+ grid-template-areas:
746+ "data-axis chart"
747+ ". primary-axis";
748748 background-color: #eee;
749749 width: 650px;
750750}
You can’t perform that action at this time.
0 commit comments