alonho / angular-plotly

MIT License
41 stars 35 forks source link

Multiple graph on single page. #23

Open xam8re opened 7 years ago

xam8re commented 7 years ago

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

    <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