OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Graph has formatting issues #310

Closed smalers closed 4 years ago

smalers commented 4 years ago

This is pretty important. I need to have this working to finish a project.

I updated the Poudre application's population data. The InfoMapper has a number of issues. I am providing data files separately.

  1. The Color graph configuration property does not seem to be getting picked up. I need to update TSTool to support #ffffff hex notation but currently it uses the C/Java 0xffffff notation. The InfoMapper should handle both.
  2. The legend position is off. It needs to calculate size based on font size and number of items.
  3. The top line should draw for the full period. In other words, there should be points on top of the line.

image

image

Nightsphere commented 4 years ago

C and Java hex notation is now usable for graph coloring, and the legend positioning is now more robust.

smalers commented 4 years ago

These issues are resolved. I'm closing the issue.