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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:11:09+00:00 2026-06-02T22:11:09+00:00

I am trying to implement a flot bar graph, but I am having a

  • 0

I am trying to implement a flot bar graph, but I am having a few problems

The first being that setting the yaxsis min and max does not seem to work, the graph still only goes from 0 – 14.

Second I dont know how to set individual colours and names for each bar.

This is what I have

var d2 = [{
     "label": "Face",
     "data": [[0 , "3"], [5, "13"]]
 },
 {
     "label": "Telephone",
     "data": [[1, "400"], [6, "337"]]
 },
 {
     "label": "Web",
     "data": [[2, "1304"], [7, "843"]]

 }];





var options = {

    yaxes: {min: 0, max: 25000},

     xaxis: {
         tickSize: [1],
         autoscaleMargin: .10,
         show: false
     },


    series: {
        lines: { show: false},
        bars: {
            show: true,
            barWidth: 0.9,
            align: 'center',
             multiplebars:true,             
            },

        points: {
            show: true
        }
    }


};



$.plot($('#graph1'), d2, options);

Does anyone know how to fix these?

Thanks

  • 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-02T22:11:11+00:00Added an answer on June 2, 2026 at 10:11 pm

    If you want a different name and color for each bar then you’ll need to configure the bar settings as part of the data sets.

    var data1 = [
            {
                label: "Face",
                data: [[0 , 3], [5, 13]],
                bars: {
                    show: true,
                    barWidth: 0.9,
                    fill: true,
                    lineWidth: 1,
                    order: 1,
                    fillColor:  "#AA4643"
                },
                color: "#AA4643"
            },
            {
                label: "Telephone",
                data: [[1, "400"], [6, "337"]],
                bars: {
                    show: true,
                    barWidth: 0.9,
                    fill: true,
                    lineWidth: 1,
                    order: 2,
                    fillColor:  "#89A54E"
                },
                color: "#89A54E"
            }]
    

    Then graph them like this:

    $.plot($("#placeholder"), data1, options);
    

    As for min and max not working, what happens if you don’t configure them? Does the axis fit the data correctly?

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

Sidebar

Related Questions

Just trying to implement mobFox into my app, but having trouble to make it
when trying to implement an Aspect, that is responsible for catching and logging a
Trying to implement some nested loops that are spitting out good old nested html
Trying to implement a function that will return a list of ints the represent
Trying to implement NSCopying for the first time, and I have a question about
SetFocus I'm trying implement the above Se Focus code in a Class Library that
Trying to implement AVAudioplayer and get some metering data of the played music, but
Trying to implement a MSMQ-backed WCF PubSub. I understand that net.msmq is one-way; however
Trying to implement the new FP 10.1 Global error handler into my projects but
When trying to implement a simple OpenGL application, I was surprised that while it

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.