WIP: Line Graph Component #21

Closed
b72zhou wants to merge 14 commits from b72zhou-line-graph into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7f798d717d - Show all commits

View File

@ -6,7 +6,7 @@
}
.lineSeries {
/* fill: var(--label); */
stroke-width: 4;
}
.lineSeries:hover {

View File

@ -53,6 +53,7 @@ export const LineGraph = ({
// grid
gridColor: Color.tertiaryBackground,
gridColorDark: Color.tertiaryBackground, // used for axis baseline if x/yxAxisLineStyles not set
gridStyles: { strokeWidth: 4 },
});
// accessors
@ -94,7 +95,6 @@ export const LineGraph = ({
hideAxisLine
hideTicks
numTicks={4}
rangePadding={100}
tickLabelProps={() => {
return {
dy: "0.25rem",