Skip to content

Latest commit

 

History

History
103 lines (96 loc) · 1.74 KB

File metadata and controls

103 lines (96 loc) · 1.74 KB

Test Scaling and Positioning

Scaling the chart

Scaling factor 0.5

searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 0.5
fitPanelWidth: false
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"

Scaling factor 1.5

searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.5
fitPanelWidth: false
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"

Fitting the chart to the panel width

searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.0
fitPanelWidth: true
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"

Chart Positioning

margin: top right bottom left

searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.0
fitPanelWidth: false
margin: 10, 10, 10, 0
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"
searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.0
fitPanelWidth: false
margin: 10, 10, 10, 50
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"
searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.0
fitPanelWidth: false
margin: 10, 10, 10, 100
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"
searchType: tag
searchTarget: exercise-pushup
folder: diary
endDate: 2021-01-31
fixedScale: 1.0
fitPanelWidth: false
margin: 10, 10, 10, 150
line:
    title: PushUp
    yAxisLabel: Count
    lineColor: "#d65d0e"

Please also check those search targets in markdown files under folder 'diary'.