Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 10 years ago

#1503 closed enhancement (obsolete)

Integrate Bubble Chart Visualization to MVC2

Reported by: mjesner Owned by: fruehrli
Priority: highest Milestone: HeuristicLab sebb4g1SS10
Component: WebApplication.OKB.Query Version: branch
Keywords: Cc:

Description

Integrate the existing user contorl into MVC2. Create a controller for handling the actions, a (new or existing) Model that stores the data and a view (partial if needed) that includes the chart control and the comboboxes.

Use the Filter in QueryPlugin (r6097) as base.

Change History (4)

comment:1 Changed 13 years ago by mjesner

r6118

added base functionality (controller, model and view) for bubble chart control. the <asp:chart/> control in the BubbleChart.ascx will throw an exception:

Error executing child request for "ChartImg.axd."

The handlers (in den query plugin web.config) were added, but the error still exists.

the comboboxes will be filled with the real data from the runs. (test runs will be used)

Last edited 13 years ago by mjesner (previous) (diff)

comment:2 Changed 13 years ago by mjesner

r6171

added a controller that creates the image. the <asp:chartcontrol> tag will be removed by a "simple" <img src="<controllername>/<controlleraction>"> tag.

this action creates the image an returns this back to the tag.

comment:3 Changed 13 years ago by cfleisch

r6242 data of runs is now shown correctly in chart

comment:4 Changed 10 years ago by gkronber

  • Resolution set to obsolete
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.