Skip to content

Multiple graph on single page. #23

Description

@xam8re

I've this issue.
I need multiple graph on single page.
In template i have:

        <div class="col-md-12">
            <plotly id="grafico01" plotly-data="vm.data" plotly-layout="vm.layout" plotly-options="vm.options" plotly-events="vm.eventGrafico01"></plotly>
        </div>
    </div>

    <div class="row">
        <div class="col col-md-12">
            <plotly id="grafico02"  plotly-data="vm.sentimentbycategory" plotly-layout="vm.layout1" plotly-options="vm.sentimentbycategoryoptions" plotly-events="vm.eventGrafico02"></plotly>
        </div>
    </div>

and all binding are correctly filled.
But the html element used by plotly it's always the first.
screenshot at 10-13-45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions