• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Keeping Two HTML Componnets (Divs) in Synchronization with each Other (Image Attached )

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,


I am displaying a Chart and HorizontalSlider using DOJO API .
Both Components are working fine independently (Please Note the Term Independently )


How can i synchronize both these components (Chart div and Slider ) to work together ??

I have used Label Function to make the Charts X -axis to display Labels .

Onchnage of the HorizontalRangeSlider is giving me two coordinates .

From the recieved Integer values of HorizontalRangeSlider , how can i compare it with the Charts X -axis Data ??

Please suggest , Thank you very much for reading .



( I tried my last chance by posting this question )


HelpNeeded.jpeg
[Thumbnail for HelpNeeded.jpeg]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic