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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:04:38+00:00 2026-06-01T06:04:38+00:00

I am building a Dashboard and it has around 4 graphs on a row

  • 0

I am building a Dashboard and it has around 4 graphs on a row and on click of any graph i want to update another graph which is bigger in size to display the graph so that its visible to the user to analyze.

any idea how to Redraw the map on click on a button.

enter image description here

  • 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-01T06:04:39+00:00Added an answer on June 1, 2026 at 6:04 am

    I did the similar thing on my project.

    You can add one button zoom/popup, clicking on which would open a new big chart and disable the exporting buttons in this new chart.

    Here’s the full code.

    function callback($this) {
        var img = $this.renderer.image('images/zoom_icon.png', $this.chartWidth - 40, 5, 40, 12);
        img.add();
        img.css({
            'cursor': 'pointer'
        });
        img.attr({
            'title': 'Pop out chart'
        });
        img.on('click', function () {
            var params = {
                chart: {
                    spacingLeft: 100,
                    spacingRight: 100,
                    renderTo: 'myChart'
                },
                title: {
                    text: 'title'
                },
                exporting: {
                    buttons: {
                        exportButton: {
                            enabled: false
                        },
                        printButton: {
                            enabled: false
                        }
    
                    }
                }
    
            }
    
            new Highcharts.Chart(params, function (chart) {});
        })
    
    }
    
    
    new Highcharts.Chart(charts.params, callback);
    
    // where charts.params is object which contains options for chart
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're building a dashboard similar to what Google Analytics has done and want a
I'm building a dashboard'ish application for a special purpose hardware that has physical buttons
I want to build an dashboard for which back end will be Pentaho community
I am building a dashboard for the iPad which will have 5-8 different UITableViews
I am building an iGoogle like dashboard for our application with silverlight 4. Each
I am using Maven 3 for build Dashboard project After building my web application
I need to include a dashboard in a JavaScript application I am building. The
Building the same project (without any changes) produces binary different exe-files: some small regions
Building on what has been written in SO question Best Singleton Implementation In Java
Building an NSCharacter set to restrict a UITextField for entering user names. I want

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.