Combine multiple apexcharts_card_templates with config-template-card as a template

I have a dashboard tab showing multiple apexchart card - all using the same apexcharts_card_template.
I wonder, if there is a way to combine apexcharts_card_templates with config-template-card to avoid coding the same in every single axepchart-card.

Here a stripped code example.

type: custom:config-template-card
variables:
  span: states['input_select.time_to_show'].state
entities:
  - input_select.time_to_show
card:
  type: custom:apexcharts-card
  config_templates: temperatur_chart
  graph_span: ${span}
  series:
    - entity: sensor.bad_temperatur

Hello, have tried to do exactly the same thing without look.
Have you found a solution so far?

No…
Still looking for ideas.

Found this today, might be a solution to our problem.
I’ll check it out as soon as I have some free time.
daredoes/linked-lovelace-ui: Create cards that can be re-used, updated, and handle templated data. (github.com)