SG-3987 CLONE - Equipment Overview 360 - Line Chart Widget does not display label on axis - HxGN EAM - 12.0.0.1 - Release Bulletin - Hexagon

HxGN EAM Resolved Issues for 2023

Language
English
Product
HxGN EAM
Search by Category
Release Bulletin
HxGN EAM Version
12.0.0.2

SG-3987 CLONE - Equipment Overview 360 - Line Chart Widget does not display label on axis

 Description 

Line Chart Widget does not display label on axis. It has been reproduced on support environment. If following same steps on Stacked Bar Chart the labels are displayed.

*Steps to reproduce:*

# Administration > Start Center Setup > Queries. Define a query that returns two columns to be used on Line Chart Widget For example this one below when you are testing against a SQL Database. _SELECT evt_completed as "Completion Date",_

_SUM(evo_labor) as "Labor"_

_FROM r5events, r5eventcost_

_WHERE evt_code = evo_event_

_AND evt_completed >= DATEADD( year, -20, DATEADD( year, DATEDIFF( year, 0, GETDATE() ), 0 ) )_

_AND evt_completed < DATEADD( year, -19, DATEADD( year, DATEDIFF( year, 0, GETDATE() ), 0 ) )_

_AND evt_object LIKE COALESCE( :OBJECT , '%' )_

_AND evt_object_org LIKE COALESCE( :OBJECTORG , '%' )_

_GROUP BY evt_completed_

_ORDER BY 1_

# Equipment > Equipment Overview 360. Add a new widget type Line Chart and fill-in the pop-up. Screenshot LineChart-PopUp.png attached.

*Actual Results*

Label x-axis and y-axis are not displaying

*Expected Results*

Label x-axis and y-axis are displaying