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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:13:06+00:00 2026-06-13T19:13:06+00:00

I was using Highcharts 1.7 and everything was working just fine with this label

  • 0

I was using Highcharts 1.7 and everything was working just fine with this label that gets repeated (the one in the left, the 0.025), but in the actual highcharts version, which I need, the label gets rendered 3 times. Not sure what is going wrong here.
So basically>
Highcharts repeats the 0.25 text multiple times.
Refer to this link for the code and working example.
http://jsfiddle.net/pCuUW/

$(function() {
var chart;
$(document).ready(function() {
    var chart = new Highcharts.Chart({
        'chart': {
            'renderTo': 'container',
            'type': 'bar',
            'width': 500,
            'height': 150
        },
        'exporting': {
            'enabled': false
        },
        'yAxis': {
            'max': 1400,
            'title': {
                'text': ''
            }
        },
        'title': {
            'text': 'My normal barchart'
        },
        'plotOptions': {
            'bar': {
                'pointWidth': 30,
                'borderWidth': 0,
                'dataLabels': {
                    'enabled': true,
                    'distance': -10,
                    'color': 'black',
                    'padding': 5,
                    'x': -45,
                    'backgroundColor': '#ffffff',
                    'borderWidth': 1,
                    'borderColor': '#000000',                       
                    'style': {
                        'fontSize': '12px',
                        'font-weight': 'bold'
                    },

                }
            }
        },
        'credits': {
            'enabled': false
        },
        'labels': {
            'enabled': false
        },
        'legend': {
            'enabled': false
        },
        'series': [{
            'data': [637]}]
    });
});

});

What is going wrong here? Thanks in advance for any 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-13T19:13:06+00:00Added an answer on June 13, 2026 at 7:13 pm

    That is most probably because you have not mentioned an category in the x-axis.

    Try adding this

    xAxis: {
        categories: ['Cost'], // just a default value
        title: {
            text: null
        }
    },​
    

    Check Fiddle

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

Sidebar

Related Questions

I'm using Highcharts to make this graphic: But I need to make the border
I'm using Highcharts in my application to render charts. Everything works fine, except when
Using Highcharts, I would like to create a population pyramid similar to this one:
I'm using highcharts to make a piechart but I'm having trouble loading a custom
I'm trying to load a chart using HighCharts. I've created a function that takes
I am using HighCharts for displaying some statistical data but i have a problem
I am using HighCharts together with Python to dynamically create charts. All works fine,
I have developed a webpage containing charts using HighCharts . It works fine on
we are using highcharts and are trying to use stacked charts, but running into
I'm working on a Bubble Chart using Highcharts. Here's a sample of my 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.