Open JayTailor45 opened 3 months ago
Let's start by splitting the graph data definitions (connections and nodes) from topics-graph.component.ts into new file: topics-graph.component.data.ts
I mean this:
@Input()
connections: GraphConnections = {
CSS3: {
sizeMult: bigSize,
connections: {
similar pattern of splitting the data off to separate file, like in topics-data.ts
take a look at this Karol
Currently, some skill nodes are getting cut off in both print and normal page. This issue needs to be resolved.