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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:15:24+00:00 2026-06-11T18:15:24+00:00

I believe this is a general question not needing to much information from my

  • 0

I believe this is a general question not needing to much information from my highcharts data.

I want to prevent the columns to stack over/overlap each other, how do I do this?

See image-link below on how it is now

http://highslide.com/forum/download/file.php?id=3157

jsfiddle: http://jsfiddle.net/Dzs5q/

  • 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-11T18:15:25+00:00Added an answer on June 11, 2026 at 6:15 pm

    Please try and reproduce the error here @ http://jsfiddle.net/jugal/bgNBG/

    Highcharts by default smartly reduces width of the columns if there are way too many of them so as to avoid overlapping.

    The columns will tend to overlap if you have overridden the aforementioned default behavior by specifying column.pointWidth

        column: {           
            pointWidth : 10
        }
    

    eg: @ http://jsfiddle.net/jugal/bgNBG/2/

    So to avoid overlapping, I see two options you have.

    Option #1. Remove the column.pointWidth
    This will make the columns thinner in order to not overlap
    eg: @ http://jsfiddle.net/jugal/bgNBG/

    Option #2. Use column.dataGrouping
    This will help have a constant width of columns, but reducing (by grouping them) the number of columns instead to avoid clutter/overlap.

    dataGrouping = {
        groupPixelWidth: 40, // Minimum width for each column
        units: [[            // Permissible groupings
            'day',
            [1, 2, 3,4,5,6]  // 1,2,3,4,5,6 days may be grouped into 1 column
            ]]
    }
    

    eg: @ http://jsfiddle.net/jugal/JraJW/4/
    Similar Question @ https://stackoverflow.com/a/12354111/1566575

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

Sidebar

Related Questions

This question is about acts_as_taggable_on but I believe it applies to tagging in general.
This is for Android, but I believe it's a general Java question, so I'm
Not a specific coding question so much as program structure in general. I'm one
This is a general question, I believe it maybe a math question but it
I believe this is a fairly simple question but it is something I am
I believe this question might have been previously attempted in 2006 on a different
I believe this question applies to any of the For Html helpers, but my
I believe this question applies equally well to C# as to Java, because both
I believe this is a beginner's CSS question. I am utilizing the method described
This started out as a general user question on Android forums. However it's become,

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.