I need to create a time series chart where one series is a line chart and another is a column chart. Something very similar to https://plot.ly/r/graphing-multiple-chart-types/
first sample in R.
Thanks
I need to create a time series chart where one series is a line chart and another is a column chart. Something very similar to https://plot.ly/r/graphing-multiple-chart-types/
first sample in R.
Thanks
Hi Zolotoy,
what is now the problem you have?
In the linked explanation the source code is available, so it is just a simple adaption, isn’t it?
So just use the “add_trace” command and include the new one into the existing plot.
Like this (programmed in R but it’s similar in Java):

SirEd
Please look into my other message “Line chart with one column”. That’s what I am after.
Thanks