d3.js - Set title in dPlot / R -
I am trying to set the title in my debot using rCharts:
< Code> library (RTARTS) a & lt; - data.frame (dt = 0, number = 0) t < - dPlot (x = "dat", y = "count", data = a, type = "line", height = 400, width = 700, range = list (x = 50, y = 20, width = 650, height = 300) $ $ templates $ script = "http://timelyportfolio.github.io/rCharts_dimple/chartWithTitle.html" t $ set (title = "no data found") T< P> Unfortunately, the suggested work does not work around. Can anyone help? Thank you.
Comments
Post a Comment