Help!! Make the layout using javascript
Make the layout using javascript
You could perhaps use one the many javascript chart libraries.
https://github.com/d3/d3/wiki/Gallery
http://www.highcharts.com/
They are very configurable and would almost definitely help you achieve what you wish to create.
Related
I am planning on making an analytics dashboard and would like to implement circular charts like the image attached to this question:
and I would like to do it using jQuery. Do you guys have any usefull links to resources or to other SO questions? Would be awesome!
Thanks!
You can also take a look at :
http://bernii.github.com/gauge.js/
http://www.justgage.com/
Both of them look really good and seems pretty easy to use.
The easiest way would probably be to create an SVG that mimics the appearance you want, and then use JavaScript/jQuery to modify the source of the SVG. The design you're requesting could probably be acheived by simply placing two arcs on top of one another.
Deriving from this excellent answer on calculating arcs, creating two overlapping ones could look something like this, which also demonstrates updating the arc dynamically.
lethargicpanda's suggestions are cool. Check out jQuery Knob too. It also allows user input.
How to create a jQuery pagination in CodeIgniter?
Please give me an example of it.
I would not like to use a plugin, because the code plugin is large. Is there a way to reach this with less code.
You can try this out TOHIN example pagination with ajax ,Or work around GOOGLE
There are a number of tutorials out there which explain how one might do this. It is a bit much to be able to fit it all here.
As to plugin size, I'm not certain how you came to that conclusion. Just because it is a plugin does not mean that it is large or cumbersome. It can be argued, rather easily, that CodeIgniter itself is just a large series of plugins...
I've looked at many graphing libraries and couldn't find one with a good radar graph. See image for the type of look I want. Most of the one's I've seen look very plain and mathy, anything that could be used for a game interface?
You can try this one:
https://github.com/tnzk/Raphael-Radar
Example: http://www.tnzk.org/devel/Raphael-Radar/example/
It uses Raphael.js, and you can improve it to your needs.
i am using this one
https://github.com/jsoma/raphael-radar
its pretty easy to customize and works with rapahael js
I have to build some chart in my page,I use extjs chart now,but I found it is rather heavy...
Through the google,there some jquery based lib,but I have no idea which is better,and it seems test them one by one is not a good idea,so I ask you guys if you have any experiences?
I just care the following points:
1)support drawing chart based json
data.
2)reload chart when data refreshed.
3)easily and readable coding
4)the less thrid-part lib needed,the
better.
flot
ticks all your boxes. I have been using it, seems pretty slick to me.
Flot supports column-line combined chart, thats actually why I used it, see here and here for a more comprehensive list of functionality.
I like Flot, which does most of the things you require.
Here's a good list of charting libraries for jQuery:
http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/
Please every body, How do I create pert chart like this? I want to make with CSS or javascript. thanks a lot
http://upload.wikimedia.org/wikipedia/en/4/40/Pert_example_network_diagram.gif
You'll have to code the Pert-chart specifics, but all the pieces you need can be found in the Raphaƫl, JavaScript Library.
The google chart tools can be used to create a wide range of diagram types including gantt and hirachical organisation diagrams, have a look at the gallery
http://code.google.com/apis/visualization/interactive_charts.html