In the GUI, sudharshana_chakra_chart() is called with:
years_from_dob=0
However, drik.next_solar_date() uses one-based indices: years=1 represents the birth date, while years=0 resolves to the previous solar return.
As a result, the Sudarsana Chakra displayed in the GUI does not match the natal Rasi chart. The renderer itself correctly displays the data returned by the calculation.
In the GUI, sudharshana_chakra_chart() is called with:
years_from_dob=0
However, drik.next_solar_date() uses one-based indices: years=1 represents the birth date, while years=0 resolves to the previous solar return.
As a result, the Sudarsana Chakra displayed in the GUI does not match the natal Rasi chart. The renderer itself correctly displays the data returned by the calculation.