obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

Y axis in line view is not colored

Open BoopyTheFox opened this issue 1 year ago • 0 comments

Here's how it looks: image

I'm using line view with following settings:

searchType: text

searchTarget: 
	Самочувствие:\s+(?<value>[0-9]+)/10, 
	Настроение:\s+(?<value>[0-9]+)/10, 
	"Flow":\s+(?<value>[0-9]+)/10
	
folder: 🧪 test_tracker

datasetName: [🌡️ Самочувствие, 🎭️ Настроение, 🏄️ Flow]

line:
    title: "🧪 Настроение и самочувствие"

    ### Prettiness ###
    yAxisLabel: ' '
    xAxisLabel: ' '
    
    lineColor: '#06D6A0, #FFD166, #118AB2'
    lineWidth: 1.2
    
    pointColor: '#06D6A0, #FFD166, #118AB2'
    pointSize: 2

    xAxisColor: '#06D6A0'
    yAxisColor: '#06D6A0'

    yMin: 0
    yMax: 10

    ### Legend options ###
    showLegend: true
    legendPosition: bottom
    legendOrientation: vertical
    #legendBorderColor: '#06D6A0'

Attention to these settings:

    xAxisColor: '#06D6A0'
    yAxisColor: '#06D6A0'

Expected behavior:

  • X and Y axis are colored

Real behavior:

  • X is colored
  • Y is not colored.

Y is it not colored??? 😂

BoopyTheFox avatar Jun 15 '23 10:06 BoopyTheFox