Skip to content
Advertisement

How to add title to each subplot in PLOTLY JS

just like in subject. I read documentation from plotly but i did not found any helpfull information. Maybe someone know how to add title to each plot in PLOTLY JS ?

Advertisement

Answer

At the moment you can,t set the subplot title directly. But you can set subplot title using annotation text.

Hear is a example

JavaScript

Annotation text plotly.js

Advertisement