Oh-trend with axis label

Hi,

I want to create an widget for my thermostats.
The control part is working perfectly, but i have some problems with the chart part.

I found the oh-trend component in the forum, but i will only display the values, but no axis or labels or datapoints…

Is it possible to show datapoint and axis with the oh-trend component or do i need an other component?

I configured the component like this:

- component: f7-row
  config:
    class:
      - margin
  slots:
    default:
      - component: oh-trend
        config:
          visible: "=props.showTrend ? true : false"
          trendItem: =props.item
          trendGradient:
            - "#b83800"
          style:
            bottom: 0
            left: 0
            width: 100%
            height: 100%

And it shows this:

Maybe this thread?