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

  • SEARCH
  • Home
  • 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 9150045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:33:36+00:00 2026-06-17T11:33:36+00:00

In a scatter HighCharts plot, I want to set some properties only for some

  • 0

In a scatter HighCharts plot, I want to set some properties only for some data points of my series. Here is a toy example:

$(function () {
    var chart;
    $(document).ready(function() {
        chart = new Highcharts.Chart({
            chart: {
                renderTo: 'container'
            },
            series: [{
                type: 'line',
              data: [[1,1],
                     {x:3,y:2,marker:{enabled:false}},
            [4,1]]
            }]
        });
    });
});

I need (in decreasing order of priority) the second point to NOT have:

  1. the marker (already done in my code, working);
  2. the tooltip (tried but without success, I don’t know how to do it working)
  3. the line coming from previous point (tried but without success, I don’t know
    how to do it working)

Here is a jfiddle version.

  • 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-06-17T11:33:37+00:00Added an answer on June 17, 2026 at 11:33 am

    For your second point, improvised from a similar answer:

    Disable tooltip on certain points in Highcharts

    tooltip: {
        formatter: function() {
            if (this.point.x != 1) { //enable for each point except the second point
                return this.x;
            }
            else return false;
        }
    }
    

    for your third point you might try to use a trick. If you set the y value as null, that point won’t be displayed in the line. So draw your line, and enter two data with null y values to create a lonely point on the chart.

    Here is an example: http://jsfiddle.net/8U8nx/14/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Shown are two scatter charts on the same set of data, which contains some
I'm trying to create a pretty simple scatter plot with two data series. I
I have a scatter plot with 10 points, some points are above and below
I was trying to plot some data with scatter. My code is import matplotlib.pyplot
In this example of a marker from my scatter plot, I have set the
I have an x-y scatter plot in MATLAB and want to put a data
I have function which performs scatter plot and I want to paste the results(Jpeg
Okay, so I graphed a scatter plot in highcharts. I want to make it
I am trying to make a scatter plot and annotate data points with different
I am trying to do a scatter plot of 2 time series data -

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.