Questions tagged [struts2-jquery-chart]

The chart module used by Struts2 jQuery.

The chart module is based on the jQuery flot project. It provides the plugin that adds two tags to Struts2 framework that could be used to render jQuery charts. To use this features you need to copy the struts2-jquery-chart-plugin.jar into your WEB-INF/lib path or add it to your maven dependencies.

The plugin home page: https://github.com/struts-community-plugins/struts2-jquery/tree/master/struts2-jquery-chart-plugin

Tag wiki: https://github.com/struts-community-plugins/struts2-jquery/wiki/ChartTag

3 questions
2
votes
1 answer

Struts 2 jquery plugin, chart plugin does not support categories

The chart component in the Struts 2 jQuery plugin version 3.6 seems not supporting the category plugin for the sjc:chart. I want to use Flot With “String” x-axis for chart and the best solution is to use jquery.flot.categories.js (Described at Flot…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173
1
vote
1 answer

Is it possible to make bar chart with string X-axis using Struts2 jQuery Chart plugin?

I'm using struts2-jquery-chart-plugin-3.2.1. I want to show a bar chart which is populated by the list. Here is my code: Action class: public class FinancialChartAction extends ActionSupport{ private List wholeChartModels; …
1
vote
1 answer

Struts 2 jquery chart load chart data with local data

I want to load chart data with a local data. Then I used (as mentioned in…
Alireza Fattahi
  • 42,517
  • 14
  • 123
  • 173