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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:45:57+00:00 2026-06-12T21:45:57+00:00

I really need help on this. Based on this question I am trying to

  • 0

I really need help on this.

Based on this question I am trying to generate table from High-charts.

In this Fiddle table is generated ok, but I need data values to be in text, not in number format.

I think format need to be changed at this line, but I am not sure …

Highcharts.numberFormat(series[i].data[category_index].y, valueDecimals) + valueSuffix, 

Is it possible to achieve this?

  • 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-12T21:45:59+00:00Added an answer on June 12, 2026 at 9:45 pm

    The reason why you could not replace the data values with text and have it show up are because you are defining the data types as decimal and using the Highcharts.numberFormat to make the y values into a decimal. Since you try to put in text it cannot format the string as a decimal so it is null. Now, you cannot simply take out that Highcharts.numberFormat call and have this work. A HighCharts data series requires a numeric y value. So, to do what you want we use an undocumented point property called Note.

    Here is my attempt.
    If what you want is to just use HighCharts to create a table in SVG/VML you can do the following.
    Create a data series like this:

    {
            name: 'Tokyo',
            data: [{
                y: 7.0,
                Note: 'note 1'},
            {
                y: 6.9,
                Note: 'note 2'},
            {
                y: 9.5,
                Note: 'note 3'},
            {
                y: 14.5,
                Note: 'note 4'},
            {
                y: 18.2,
                Note: 'note 5'},
            {
                y: 21.5,
                Note: 'note 6'},
            {
                y: 25.2,
                Note: 'note 7'},
            {
                y: 26.5,
                Note: 'note 8'},
            {
                y: 23.3,
                Note: 'note 9'},
            {
                y: 18.3,
                Note: 'note 10'},
            {
                y: 13.9,
                Note: 'note 11'},
            {
                y: 9.6,
                Note: 'note 12'}
                                            ],
            visible: false}
    

    Now, instead of looping on the y values you will loop over the Note items just like you had before only with the numeric stuff removed:

    $.each(series, function(i) {
        renderer.text(series[i].data[category_index].Note, cellLeft + colWidth - cellPadding, tableTop + (i + 2) * rowHeight - cellPadding).attr({
            align: 'right'
        }).add();
    });
    

    Here is a jsFiddle (with just one series updated to use the Note syntax but you get the idea).

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

Sidebar

Related Questions

This is probably a newbie question, but i really need help. I am creating
Sorry to bother again, but I really need help transforming this Python2 code into
I really need some help with this as I have been trying to fix
I really need help this time - Joomla 2.5 and latest K2. I'm using
I really need help with this last part of my program. I need to
I Really need help in this ... I'm building an application where I need
I really need help on this one. I am having a simple login form
I really need your help for this. I am relatively new to programming and
We Really need some help on this one: We've Struggled with all the Apple
Okay, I really need some help with this. I'm new with designing and stuff,

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.