Project

General

Profile

Bug #13933 » 0001-Enable-tooltips-in-ChartsExample.patch

Bruce Toll, 08/15/2025 12:02 AM

View differences:

examples/charts/ChartsExample.C
when editing data)
*/
/*
WString toolTip = asString(model->headerData(col)) + ": "
+ asString(model->item(row, col)->data(DisplayRole), "%.f");
+ asString(model->item(row, col)->data(ItemDataRole::ToolTip), "%.f");
model->item(row, col)->setToolTip(toolTip);
*/
}
return model;
wt_config.xml.in
of all JavaScript running in the browser's tab where the Wt
application is active.
-->
<debug-level>script</debug-level>
<debug-level>all</debug-level>
<!-- Log file
(1-1/3)