Skip to content

Chart.js - Charts are no longer displayed #56

@bastien70

Description

@bastien70

Hey! Since the last version of Symfony and therefore the update of Symfony UX, it seems that there is a problem to display charts with Chart.js

I haven't touched anything on my previous code. But when I return a chart, it no longer appears :

<div id="reports_charts">
    <div class="chart-container chart">
        {{ render_chart(chartOne) }}
    </div>
    <div class="chart-container chart">
        {{ render_chart(chartTwo) }}
    </div>
</div>

image

I asked comrades, same problem for them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions