Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I just want to create a navigation panel where user can click on an arbitrary city on a country map and will be redirected to related page. I am aware of ImageMap class but I don't think, this would be the right way to do it. By the way onmouseover that city should be highlighted somehow. I have made some research but couldn't find anything related to that technique. Do you know how to achieve that? Is there any plug-in or class or etc. to do that?
Here is the link, what I am trying to achieve:
You can draw map on HTML5 canvas. Using such solution will allow you to use event like onmouseover. The only problem is that you will have to source code of such map.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a aspx webpage in which I want to display employee's monthly attendance in a chart.
So suggest me which chart can I use to do this task and also how to implement it.
And chart must me able to show day,time,workinghours,daytype.
I already have a sql table for it.
There are various chart libraries for it. But I would suggest CanvasJs or D3.js
These are super flexible and customizable. You can do whatever you want.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is it possible to add a slider in R that can change certain values which are visualized?
For a project I want to make a suitability map with a certain amount of layers. The user of the map should be able to change the weights that the different layers contribute to the suitability.
After some research I found that this is possible in javascript, however I never used javascript.
This should be achievable with shiny.
Your question is too open-ended.
however I never used javascript
Start by reading https://cran.r-project.org/web/packages/leafletR/leafletR.pdf and then https://github.com/chgrl/leafletR .
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am interested in implementing what the banner that this site has, where the user upon scrolling the banner animates till the end and only which allows the viewer to move down the site. Here is the site http://www.nets.upenn.edu/
Here is a plugin that i used in some project:
ScrollMagic
With this plugin it's easy to achieve a similar result like the canvas in your link.
For the animated slider you can find out more by looking at these two JS files:
nets.upenn.edu/sites/all/themes/pennnets/js/slides.min.jquery.js
nets.upenn.edu/sites/all/themes/pennnets/js/tween_scrollable.js
And for the second part of your question take a look at this link:
http://www.jqueryrain.com/demo/jquery-parallax-plugin/
Good luck
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm using Google Maps as an API to display a map on a client page. In the info window when the user clicks a marker I want the user to select that particular location and proceed to next page. Works fine with a link, however, visually this link gains to little visual weight. I want it to stand out more.
Is it possible, and if so how, to modify the styling of the links in the info window in the Google Maps API?
You set your infowindow content like this:
infoWindow.setContent("<div><a class='link' href='#'>...</a></div>")
So you can easily use the CSS selector to style the link.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to create a brochure visual treat for a client using impress.js
I need to put a link on every slide that redirect to the proper page while click.
Is it possible that each page could also have a click able link to every slide?
You can use jimpress.js to achieve that and take also advantage of the numerous other options that this plugin provides.