cclaerhout
Well-known member
Try and if it doesn't just report it.@cclaerhout
Wil this work with 1.4?
Try and if it doesn't just report it.@cclaerhout
Wil this work with 1.4?
For new features, no: there are enough types of charts for my needs. If you find a bug, yes.Still being developed?
Directly no, I didn't integrate this. But you should be able to do something similar. Read the Faq, it's fully detailed.@cclaerhout
Does this addon support plotting these types of line graphs?
![]()
Can we space the horizontal axis in steps of 2.0 for instance and plot the y in between the x value steps (like fig) - hope I am making sense.
I can plot it in some way, but it looks like I cannot assign specific "step values"(2, 4, 6, 8) on the X axis and have the Y plot between the step values. So with this addon if I have to plot 4 on the y with 2.5 on the X - the "2.5 on the x" will have to show up as a data point. That's not idealDirectly no, I didn't integrate this. But you should be able to do something similar. Read the Faq, it's fully detailed.
I will have a look.Whenever I use {title} - nothing renders. I seem to have missed something.
I've tried to avoid that, but there are really a lot of Javascript files to load with priority order. The BBM should have a feature to load them by priority. I don't think I can do more here.A lot of the time, when I type the chart code in the editor and hit enter - nothing shows up
Yes, you're right. I've no time to integrate a new type of chart right now.I can plot it in some way, but it looks like I cannot assign specific "step values"(2, 4, 6, 8) on the X axis and have the Y plot between the step values. So with this addon if I have to plot 4 on the y with 2.5 on the X - the "2.5 on the x" will have to show up as a data point. That's not ideal
ThankyouI will have a look.
If its just a harmless quirk, it's ok(since only admins use this at my forum), but I was worried if it was breaking something. No server errors though.I've tried to avoid that, but there are really a lot of Javascript files to load with priority order. The BBM should have a feature to load them by priority. I don't think I can do more here.
How I wish you could make this a full featured paid charts addon. I know there are few desperate buyers at area51Yes, you're right. I've no time to integrate a new type of chart right now.
Can you provide me please your Bb Code content, that will be easier for me to test.If its just a harmless quirk, it's ok(since only admins use this at my forum), but I was worried if it was breaking something. No server errors though.
I won't make a light/full addon system. I will try to release the integration of that chart type in this product if I find time.How I wish you could make this a full featured paid charts addon. I know there are few desperate buyers at area51
i guess what i want to hear is if I am able to have multiple polls in a thread with this addon
Version 1.0.2 released
- Standardize some data input
- Add label angle option (in axis tags); ie: label-angle:40
- CanvasAxisLabelRenderer JS is loaded (I forgot it in previous
releases, but with label angle it is needed)- Phrase modified (one)
- Manuals (originally in the FAQ page) have move to dedicated resources :
// Plot should be visible and have a height and width.
// If plot doesn't have height and width for some
// reason, set it by other means. Plot must not have
// a display:none attribute, however.
this._height = this.target.height();
this._width = this.target.width();
if (this._height <=0 || this._width <=0 || !this._height || !this._width) {
throw new Error("Target dimension not set");
}
[bar=600x@|no-tick|pad:0|legend:no|zoom|point-labels]
{title=center}My data flow from Aug 1, 2016 to Aug 7, 2016{/title}
{xaxis=no-tick-mark}{/xaxis}
{yaxis=string:dollar|tick-zero|formatString: "%#.2f"|label-angle:-90}My data{/yaxis}
{data=no-renderer|animate:2000}
500.00; 300.00; 220.00; 1713.69; 1834.49; 720.00; 450.00; 1579.46; 1491.39; 500.00; 600.00; 700.00; 800.00; 1000.00; 520.00; 640.00; 670.00; 880.00; 900.00; 100.00{/data}
{points}|||||||||||||||||||{/points}
{zoom=loose}{/zoom}
{hl=tooltip:s|tooltip-axis:y|size-adjust:7.5}{/hl}
[/bar]
Yes, but on a local installation. May be a race condition.With the bbcode I posted and after edit (with replies reloaded through ajax) ?
Yes, but on a local installation. May be a race condition.
We use essential cookies to make this site work, and optional cookies to enhance your experience.