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 8989719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:19:49+00:00 2026-06-15T22:19:49+00:00

I need to implement such simple chart using JS https://i.stack.imgur.com/6gusX.png I reviewed highcharts.js lib,

  • 0

I need to implement such simple chart using JS https://i.stack.imgur.com/6gusX.png
I reviewed highcharts.js lib, but I couldn’t find ready solution or sinilar chart.
If someone know tool that can help to implement it, please help.

  • 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-15T22:19:50+00:00Added an answer on June 15, 2026 at 10:19 pm

    It can be done using Highcharts.

    To format the markers use the following code.

    plotOptions: {
        // means all series types, you can change it according to the serie type
        series: {
            marker: {
                radius: 8,
                fillColor: '#FFFFFF',
                lineWidth: 2,
                lineColor: null
            }
        }
    }
    

    demo
    reference

    Then to add the point value inside the marker.
    I’ll use the previous code, as example.
    By default, dataLabels are disabled, so you have to enable and then set it’s y position.

    plotOptions: {
        // means all series types, you can change it according to the serie type
        series: {
            marker: {
                radius: 12,
                fillColor: '#FFFFFF',
                lineWidth: 2,
                lineColor: null
            },
            dataLabels: {
                enabled: true,
                y: 13,
                // default formatter
                formatter: function() {
                    return this.y;
                }
            }
        }
    }
    

    I changed the radius value because it’s too small to put a number inside, you can use formatter to format it’s number.
    demo

    Then you have to style xAxys labels.

    xAxis: {
        labels: {
            style: {
                color: 'orange',
                fontWeight: 'bold',
                'font-size': '20px'
            }
        }
    }
    

    And here is the result.
    Of course it’s not perfect. But it can be, I was just trying to show you that’s it’s possible to do it using Highcharts and you have a lot of options and a good reference that can help you.

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

Sidebar

Related Questions

I need to implement a table view such that it has 3 different sections
we need to implement the following query in such a way that we should
I need to implement a simple monitoring app in Excel. It is for monitoring
I'm using the jQuery UI Datepicker to implement a simple calendar. In it I
I need to implement (in C++) a thread safe container in such a way
I'm building a simple RPG using Pygame and would like to implement a drag-and-drop
I need to implement a simple indexing scheme for a big text file. The
I've developed application using Silverlight, and now I need to implement printing, I've used
I was hoping to implement a simple XMPP server in Java. What I need
I've developed an equation parser using a simple stack algorithm that will handle binary

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.