Ticket #1503 (new enhancement)
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
Note: See
TracTickets for help on using
tickets.

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