This case study is a post-hoc analysis of Hao et al.’s FinFlier [1], a visual analytics system that produces graphical overlays to visualise financial narratives. It addresses a workflow issue in financial analysis: textual data and charts are commonly examined side by side, increasing the cognitive burden for readers to compare values, trends, turning points, or other patterns related to textual and graphical data. FinFlier tackles this issue by combining a knowledge-grounded LLM for text-data binding with a graphical overlay module that maps the retrieved narrative to appropriate visual annotations. The method is based on a survey of 1,752 layered financial and academic charts, identifying common narrative structures, overlay methods, and correspondence patterns [1]. Hao et al. [1] utilise output constraints, chain-of-thought reasoning, and dynamic few-shot prompting to detect subjects, trend patterns, and numerical values and connect them to tabular data [1], resulting in automatic prompt generation and graphical overlays.
Applying Chen and Ebert’s method [2], the symptoms, causes, remedies, and multi-order effect analysis can be subdivided into branches, as outlined in Fig. 1. In the baseline workflow, users need to inspect financial narrative statements in one view and analyse a chart in the other, while mentally establishing a connection between them, which results in high interaction cost (Int-High-Ct) due to split attention and slow comprehension. The most likely causes are the disconnection between the text and the visualisation, as well as the insufficient structure for encoding key narrative-data patterns (Int-Low-AC, Vis-High-Ct). As a first remedy, graphical overlays are directly embedded into the chart, including highlights, labels, descriptions, and trend lines, thereby externalising reasoning and encoding narrative meaning as part of the visualisation, which naturally maps to Vis-High-AC and Vis-Low-PD. However, this leads to side effects that the original paper only partially addresses, such as a denser, more complex representation. While overlays substantially decrease the cognitive cost of identifying key patterns, they risk clutter, occlusion, and competition among elements within the visualisation (Vis-High-PD, Vis-High-Ct). These could be addressed by introducing progressive, priority-based overlay disclosure (Int-High-AC, Vis-Low-PD), but this may result in Int-High-Ct due to additional actions required to access optional annotations. Another multi-order effect is that users over-trust the overlay narrative as an authoritative interpretation of the data (Int-High-PD), even though it is only one among multiple plausible alternatives. A possible remedy could be multi-interpretation support with uncertainty and alternatives in the form of a toggle between possible annotations (Int-Low-PD, Alg-Low-AC), but this may result in Int-High-Ct or Vis-High-Ct, as multiple alternatives make the interface and analysis more complex.