[[Template core/front/global/follow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
[[Template core/front/global/follow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
Question
o1webdawg
Hi Everyone,
Our developers created all of our charts using the jQuery UI syntax.
We are switching our UI framework and now I need to fix all of the broken charts to make them work without jQuery UI.
We are still using jQuery, but just not the UI.
I am having a very hard time figuring out what part of our javascript is specific to jQuery UI.
Can someone tell me how to re-write the following chart code to remove the parts relying on jQuery UI?
$("#divname").chart({
gallery: cfx.Gallery.Bar,
titles: [{ text: "Monthly Sales - 2014"}],
dataValues: monthlylist,
axisY : {
dataFormat: {
format: cfx.AxisFormat.Currency
},
labelsFormat: {
format: cfx.AxisFormat.Currency
}
},
animations: {
load: {
enabled: true
}
}
});
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.