-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BarRenderer Ticks #7
Comments
The way I have accomplished this is by adding ticks in the chart option. `{
My chart options are generated via a data source so I fill the ticks array there. Hope it helps |
Hi, I have followed the installation steps i.e. copy the .js file to plugin/jqplot folders and mentioned the same details in index.html file. I can see jqplot widget. I need some help in what data to add in chart data and chart options. I tried providing non json datasource from application like weather API. and I have copied above JS script in chart option. I cannot see anything in Widget. |
Figured out. Thanks |
can u share how to do? |
Hey,
Sorry, dont remember now what I had done. It was quite a long time back.
regards,
Aneesh Malhotra
…On Thu, 23 Jul 2020, 09:21 swath-0309, ***@***.***> wrote:
Hi,
I am seeking some help for jqplot plugin.
I have followed the installation steps i.e. copy the .js file to
plugin/jqplot folders and mentioned the same details in index.html file. I
can see jqplot widget. I need some help in what data to add in chart data
and chart options. I tried providing non json datasource from application
like weather API. and I have copied above JS script in chart option. I
cannot see anything in Widget.
Figured out. Thanks
can u share how to do?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGOBMRNJQKUQ2XWJP5LXS5DR47QIDANCNFSM4CSDJUYA>
.
|
Ok no problem sir.
On Thu, 23 Jul, 2020, 8:11 PM aneeshmalhotra, <[email protected]>
wrote:
… Hey,
Sorry, dont remember now what I had done. It was quite a long time back.
regards,
Aneesh Malhotra
On Thu, 23 Jul 2020, 09:21 swath-0309, ***@***.***> wrote:
> Hi,
> I am seeking some help for jqplot plugin.
>
> I have followed the installation steps i.e. copy the .js file to
> plugin/jqplot folders and mentioned the same details in index.html file.
I
> can see jqplot widget. I need some help in what data to add in chart data
> and chart options. I tried providing non json datasource from application
> like weather API. and I have copied above JS script in chart option. I
> cannot see anything in Widget.
>
> Figured out. Thanks
>
> can u share how to do?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#7 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AGOBMRNJQKUQ2XWJP5LXS5DR47QIDANCNFSM4CSDJUYA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQEYDAL5Z5B24TVRPZRVSQTR5BDYNANCNFSM4CSDJUYA>
.
|
I have tried several ways using a combination of different [ ] and I can't work out how to add tick titles for Bar charts.
[[3,7]]
works fine but giving ticks of 1 and 2
I have tried things like
[[[3,7]][['test','test2']]]
And having no joy.. Can I get a hint?
The text was updated successfully, but these errors were encountered: