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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:17:07+00:00 2026-05-25T14:17:07+00:00

I am using jqPlot to draw some simple line charts and it works great

  • 0

I am using jqPlot to draw some simple line charts and it works great in Chrome. But in every version of IE (including 9) the jqPlot-plugins are not working. I’ve tried the pointLabels, dateAxisRenderer and highlighter plugin but they don’t have any effect.

My code is pretty much the same as in the examples on the jqPlot site. The only difference I am aware of is that I create the div-element placeholder for the chart dynamically via JavaScript.

That’s the code I use to create the chart:

 scurve_chart = $.jqplot('cv', [line1], {
            title: 'distribute costs',
            seriesDefaults: { 
                showMarker:false,
                pointLabels: { show: true, location: 's', ypadding: 3 }
            },
            axes: {
                xaxis: {
                    min: 0.5,
                    tickOptions: {
                        formatString: '%.0f'
                    }
                },
                yaxis: {
                    max: Math.round(max_value_to_dist * 1.10),
                    min: 0,
                    tickOptions: {
                        formatString: '%.0f'
                    }
                }
            }
        });

I use the latest version of jqplot and jquery-1.4.1

//update: Solution

The problem was that I included all plugin-files directly from the jqplot homepage. For example:
<script type="text/javascript" src="http://www.jqplot.com/src/plugins/jqplot.dateAxisRenderer.min.js"></script>

It seems like IE does not like it that way.

  • 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-05-25T14:17:08+00:00Added an answer on May 25, 2026 at 2:17 pm

    You omitted to show your includes in the example code you provide – does it draw anything at all in IE or it draws the basic line graph but doesnt use the renderers ?

    For IE, you need to include the following line (ensuring the path to excanvas.js is pointed to the same directory that contains your jqplot.js)

    <!--[if IE]><script type="text/javascript" src="../excanvas.js">
                </script><![endif]-->
    

    Also for each plugin, there is another include to be added e.g. for the barrenderer

    <script type="text/javascript" src="../plugins/jqplot.barRenderer.min.js">
    </script>
    

    again with the correct path specified to the .js file

    If you have the paths specified, check they are listed before the tag containing $(document).ready(function() and ensure any .css files are loaded right at the start.

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

Sidebar

Related Questions

Im using jqplot to draw some charts. It is a great tool, but it
I'm using jqplot to generate charts. It works fine when I define the source
I am using jqplot for drawing a pie chart. But when I draw a
Using a Microsoft version of SQL, here's my simple query. If I query a
I'm trying to make some charts on my app, and so I've started using
I am using jqPlot to draw an area graph with series defaults fill: true,
I am using jqPlot javascript library ( http://www.jqplot.com/ ) for graphs and charts in
I am using jQPlot to draw a pie chart. How can I change the
i'm using jqplot 1.0.0b1_r746. i want to display some time periods using the date
Using online interfaces to a version control system is a nice way to have

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.