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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:48:00+00:00 2026-06-12T10:48:00+00:00

I am using wicket-charts to create a chart on a page. I’m trying to

  • 0

I am using wicket-charts to create a chart on a page. I’m trying to make a graph that looks a lot like the example on this page http://code.google.com/p/wicket-charts/
I want two y-axis – one on each side of the graph. However the example code doesn’t seem to do that. I can see how to do it in js from highcharts examples on http://www.highcharts.com but I can’t work out how to implement it using wicket-charts.

Please help!

  • 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-12T10:48:01+00:00Added an answer on June 12, 2026 at 10:48 am

    The latest code in the wicket-charts svn has the class “Options” with a method called addyAxis.

    /**
     * Adds an YAxis to the chart. You can use {@link #setyAxis(Axis)} if you want
     * to define a single axis only.
     * 
     * @param yAxis
     *          the YAxis to add.
     * @return the {@link Options} object for chaining.
     */
    public Options addyAxis(final Axis yAxis) {
        if (this.getyAxis() == null) {
            this.setyAxis(new ArrayList<Axis>());
        }
        this.getyAxis().add(yAxis);
        return this;
    }
    

    I think this method is in the wicked-charts-highcharts-1.3.0-SNAPSHOT.jar version, if not they might not have released it yet. Im pretty sure this is what you need.

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

Sidebar

Related Questions

I am using Wicket and would like to create a grid of radio buttons
Using Apache Wicket 1.4: I have a panel that calls some setup Javascript in
I'm trying to start a Wicket Application using Felix implementation of OSGi HTTP service,
How do I redirect to another page using Wicket? IIRC, some exception has to
I have this web application that i have created using Wicket, Guice and JPA.
i'm using a Wicket 1.4 DataTable and filter it manually like described in Apache
I'm trying to migrate an application using OpenId4Java to Wicket 1.5. Using the migration
I am using wicket 1.5.x and trying to load a css file which will
I'm using Wicket-CDI to integrate CDI with Wicket. I have a multi-page wizard flow,
I'm new to wicket and AJAX and trying to set up a simple page

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.