mardi 1 août 2017

My x axis values are changing not moving

I have a problem with my x axis, my chart looks like the first chart:

http://ift.tt/2uUeeHX

if you can notice the x axis values are not sliding or moving to the left, the values are changing, and I don't want that

I want my x axis to look like the second chart.

where my x axis values are shifting to the left. How can I achieve this?

Thanks




How to enable "www." for my google domain

I've recently bought a google domain for my website the naked domain is linked correctly to my website for example: http://domainname.com goes to my host space and loads my site. Although this works I can't seem to load the site when I type in http://ift.tt/1kSdBoW. Is there am extra step I need to take or is there something I need to activate on my domains DNS setting to make my site load when I add www.?




Button on top of Background Image?

This is the Code I have in HTML. I want to add a button over the Image

<link rel="stylesheet" href="css/style.css">
<div id="bg">
<img src="img/bg.png" alt="">

</div>
<img src="img/Vote1.png" height="250" width="500">

CSS:

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}




Web Page section loading timings capture

We have the web timing api which is a great java script api's available to capture the page load time , and same has been stated by W3C in here... It works great and return the page loading timing readings , when the entire page loads or refreshes...

But do not serve the purpose when a section of the web page alone is loaded due to a AJAX or by some other technique

Do we have any other api's or any other way to find out the timings when a portion of a web page alone is loaded and updated data , with out the entire page is loaded

Thanks a lot

Musaffir




Please help : IoT Project using arduino and android over Internet

I would like to do some functions with my arduino and android over internet. I need your help and suggestions please.

My Project have four functions that will be done over internet :

1- Turn on\off lights. 2- Open\ close garage door. 4- measure the temperature and show it on the screen. 4- Detect motion and send an notification.

Also, my system is multi user system there is an admin and users with limited functions.

Please help my if my project feasible or not and how to make it. Any Kind of help will be appreciated.




How to change balloonText in amchart

I'm using real time amchart and I want to add date to the balloonText, this is the code:

 "balloonText": "<img src='javascripts/images/info.png' style='vertical-align:bottom; margin-right: 5px; width:28px; height:21px;'><span style='font-size:14px; color:#000000;'><b>[[value]]</b></span><img src='javascripts/images/time.png' style='vertical-align:bottom; margin-right: 5px; width:28px; height:21px;'><span style='font-size:14px; color:#000000;'><b>[[category]]</b></span>",

I want to add today's date next to [[category]], how? Thank you.




How do you make camera HTML's background?

The thing is, I use the Wikitude framework, but a lot of things are not compatible, I only use the Wikitude in the architect world, so I was wondering how to achieve this effect, which is the HTML background set to camera, hope to get your help This is the background effect I want to achieve SOSenter image description here