I need a requirement like, My web page has an image having fixed size. Then I have to show graph lines depends on input like (1,1) means i have to how all image as one box.if input like (2,2) i have to show 2 by 2 matrix lines like 4 regions on image similar (n,m) and need control over the regions like to color specific region.
I am searching for direction to start using java script plugins. If i can get any suggestions from you flocks, that would be very helpful.
Thanks in advance.
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
It sounds like VanChartsmight be a good fit for you. It's a free library for making visual charts.
It supports data display in the web (JavaScript) and mobile terminals (Android native/iOS native/Webview) and provides various types of common commercial charts.
Requirement is quite simple that I have an image of size 100px height and 100 px width so your inputs 1,1 means whole image is one unit, similarly 2,2 means I have to draw line horizontally in middle at 50 px and one vertical line at 50 px so these two lines can divide 4 square parts(like horizontal and vertical cut of square).
similarly there may be n,m depends on n,m values I have to draw the lines. exactly looks like graph paper.
Sha Ik your question is not clear enough. Please can you elaborate your requirement a little more?
You can learn JavaScript from C# Corner too. Just look for the article written for JavaScript language and you will get a lot of material to get started with.
Wang WenPosted May 13, 2015, 2:20 AM
It sounds like VanCharts might be a good fit for you. It's a free library for making visual charts.
It supports data display in the web (JavaScript) and mobile terminals (Android native/iOS native/Webview) and provides various types of common commercial charts.
sha ikPosted Apr 21, 2015, 3:18 PM
Requirement is quite simple that I have an image of size 100px height and 100 px width so your inputs 1,1 means whole image is one unit, similarly 2,2 means I have to draw line horizontally in middle at 50 px and one vertical line at 50 px so these two lines can divide 4 square parts(like horizontal and vertical cut of square).
similarly there may be n,m depends on n,m values I have to draw the lines. exactly looks like graph paper.
Afzaal Ahmad ZeeshanPosted Apr 21, 2015, 7:49 AM
You can learn JavaScript from C# Corner too. Just look for the article written for JavaScript language and you will get a lot of material to get started with.