Skip to content

the Dispositors section is blank in the PDF report #29

@daiwei9767

Description

@daiwei9767

The example code is below. The Dispositors section is blank in the PDF report. No result.

`from stellium import ChartBuilder, ReportBuilder
from stellium.components import DignityComponent, MidpointCalculator,FixedStarsComponent
from stellium.engines.patterns import AspectPatternAnalyzer

chart = (
ChartBuilder.from_notable("Albert Einstein")
.with_aspects()
.add_component(DignityComponent())
.add_analyzer(AspectPatternAnalyzer())
.add_component(MidpointCalculator())
.add_component(FixedStarsComponent())
.calculate()
)

ReportBuilder().from_chart(chart).preset_full().render(format="pdf", file="Albert Einstein.pdf")`

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions