Polygon graph in html [closed] - html

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'am looking for a good library to make polygon graph like this in html / javascript / css / svg.
Example
If you have any.
Regards
Bussiere

Raphaël is a good choice if you want to implement this yourself.
Note that there's already a charting library for Raphaël, which may help.
This answer uses Raphaël to make a similar chart.
Another choice is Highcharts, here's a not very similar example. You'd have to make the chart type yourself, if it doesn't already exist.

Related

Suggest an HTML editor or IDE for canvas [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm in need of great text editor or IDE that has real-time or built-in preview feature for HTML5's canvas element. Preferable, the one that has feature of whenever I change the code, the preview will change too. Another question, is there browser that can do it?
For example: http://www.htmlinstant.com/
HTML Instant was great but of course I need the other features of common editors such as syntax highlighting. Thanks in advance.
http://codepen.io/ is reeeeally nice
modify some code in this project and notice how it updates immediately
http://codepen.io/onedayitwillmake/pen/Evyfp

What tool are you using to tidyup yourhtml and css code? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a tool to optimize/tidy up my CSS and HTML (align lines of codes correctly, remove empty spaces, etc). I've seen a lot of tools on google but wanted to have the feedback of experienced people. Many thanks
If you use Adobe Dreamweaver there is something called
apply source formatting
it does the job

Good online resource to learn basic anatomy and structure of webpage? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd say I have pretty good grasp of core concepts of html/css/jQuery.
But I still have hard time trying to create a web page where it involves a lot of
use of div containers, making menu bars, and similar layouts.
There are some systems to help simplify layout, or at least prototype them. For example, http://960.gs is one that I've started from for many sites.

iOS HTML to PDF Library [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of a library for iOS platform that converts HTML to PDF? I need fairly basic functionality.
Ended up creating my own PDF. It is quite easy to do with Quartz2D. Still happy to know if anyone knows a good library.

Please Recommend a HTML Prototype Builder [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I know some tools that can create wireframe for web site, but their output format is not HTML. I like HTML prototype since it can be interactive (via Javascript or VBScript) and I can share it on my web site too.
Any suggestions?
Check out ForeUI, it is the specialized tool for this.
I would recommend a combination of your favourite HTML editor and your favourite browser.