Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7070323
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:33:10+00:00 2026-05-28T05:33:10+00:00

You can ask the user to supply data by clicking to adding points to

  • 0

You can ask the user to supply data by clicking to adding points to a char, see this demo.
But I don’t know how to retrieve those points and send them back to the server (with a POST or AJAX, whatever). I just want to know how to get them in javascript.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:33:10+00:00Added an answer on May 28, 2026 at 5:33 am

    Just access the chart variable defined like this in javascript:

    <!-- 2. Add the JavaScript to initialize the chart on document ready -->
    <script type="text/javascript">
        var chart;
        $(document).ready(function() {
            chart = new Highcharts.Chart({
                ...
            });         
        });
    </script>
    

    Access the new points like this:

    <script type="text/javascript">
        function printObject(o) {
            var out = '';
            for (var p in o) {
                out += p + ': ' + o[p] + '\n';
            }
            alert(out);
        }
    
        $("#clickme").click(function() {
            for (var i = 0; i < chart.series[0].data.length; i++) {
                printObject(chart.series[0].data[i]);
            }
        });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't think this can be done cleanly, but I'll ask anyway. I have
I can ask WebView.getWebSettings().getUserAgentString() to get the user agent, but this doesn't work all
I realise this might be a little vague but I honestly don't know where
You can read this question where I ask about the best architecture for a
The best way I can think of to ask this is by example... In
I want to know how can I validate using Javascript that if user has
I can ask the user to press Enter by using read , and have
I'm creating a forum where user can ask questions and comment on it ....using
I was wondering how can I ask a user for credit card details and
With Visual Studio Setup Project I can ask for the user for some input,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.